Skip to content

Commit

Permalink
firehose ts fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbruner committed Nov 4, 2024
1 parent fef21ff commit ed64fac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ router.beforeEach(async (to, _from, next) => {
store.dispatch('user/connectToFirehose', { 'reconnect': true })
}
}, 10000)
const matomoId = store.getters['user/currentUser'].email
window._paq.push(['setUserId', matomoId])
next()
}
else {
Expand Down

0 comments on commit ed64fac

Please sign in to comment.