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

Commit

Permalink
fix(posts): bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jpezninjo committed Nov 7, 2023
1 parent 1b49549 commit f5e732d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions telemetry/engagementDetails.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { postEvents } from './engagementPostEvents'
import { profileEvents } from './engagementProfileEvents'
import { postEvents } from './engagementPostEvents'

interface EngagementDetails {
[propName: string]: {
Expand Down Expand Up @@ -39,5 +38,4 @@ export const engagementDetails: EngagementDetails = {
},
...postEvents,
...profileEvents,
...postEvents,
}

0 comments on commit f5e732d

Please sign in to comment.