From ed27870344806f93150aae667633e0a5aa6f4271 Mon Sep 17 00:00:00 2001 From: Varadarajan V Date: Mon, 16 Oct 2023 13:31:54 +0530 Subject: [PATCH] another dummy commit --- packages/core/src/destination-kit/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/destination-kit/index.ts b/packages/core/src/destination-kit/index.ts index d5b13ac8799..e2883d908b5 100644 --- a/packages/core/src/destination-kit/index.ts +++ b/packages/core/src/destination-kit/index.ts @@ -630,7 +630,7 @@ export class Destination { const isBatch = Array.isArray(events) const allEvents = (isBatch ? events : [events]) as SegmentEvent[] const subscribedEvents = allEvents.filter((event) => validate(parsedSubscription, event)) - + console.log('Hello world!') if (subscribedEvents.length === 0) { results = [{ output: 'not subscribed' }] return results