Skip to content

Commit

Permalink
fix: analytics metric
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Oct 13, 2023
1 parent 00e72bf commit 9b2a6f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ export class SubscriberJobBound {

await this.validateSubscriberIdProperty(subscriber);

this.analyticsService.track(
this.analyticsService.mixpanelTrack(
'Notification event trigger - [Triggers]',
command.userId,
'',
{
transactionId: command.transactionId,
_template: template._id,
Expand Down

0 comments on commit 9b2a6f7

Please sign in to comment.