Skip to content

Commit

Permalink
fix: Remove duplicate tracking (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
krish221997 committed Sep 10, 2024
1 parent f0c2a3b commit c0fa1cd
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,6 @@ export const useOnboardingService = (ctx: Context, ownership: Ownership) => {
}
});

// Track subscription creation
await ctx.broker.call('v1.tracking.public.track', {
path: 't',
data: {
event: 'Created Subscription',
properties: response?.subscription,
userId: client?.author?._id
}
});

return resultOk(true);
} catch (error) {
return resultErr<'service'>(
Expand Down

0 comments on commit c0fa1cd

Please sign in to comment.