Skip to content

Commit

Permalink
fix: Fix kudosSent analytics (#9310)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlesnenko committed Jan 9, 2024
1 parent 0d4d7db commit 193151d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const upsertTeamPromptResponse: MutationResolvers['upsertTeamPromptResponse'] =
.execute()

insertedKudoses.forEach((kudos) => {
analytics.kudosSent(viewerId, teamId, kudos.id, kudos.receiverUserId)
analytics.kudosSent(user, teamId, kudos.id, kudos.receiverUserId)
})
}
}
Expand Down

0 comments on commit 193151d

Please sign in to comment.