Skip to content

Commit

Permalink
another dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
varadarajan-tw committed Oct 16, 2023
1 parent 959e2f4 commit ed27870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/destination-kit/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ export class Destination<Settings = JSONObject, AudienceSettings = JSONObject> {
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
Expand Down

0 comments on commit ed27870

Please sign in to comment.