Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix(posts): change engagement type back to general
Browse files Browse the repository at this point in the history
  • Loading branch information
jpezninjo committed Oct 27, 2023
1 parent 1db09cb commit 188e9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemetry/engagementPostEvents.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const postEvents = {
'post.link.tap': {
engagement_type: 'post',
engagement_type: 'general',
},
}

0 comments on commit 188e9fb

Please sign in to comment.