From ed64fac006911f5914efbd9cee8c5ca0df28f4d7 Mon Sep 17 00:00:00 2001 From: Todd Bruner Date: Mon, 4 Nov 2024 14:58:30 -0700 Subject: [PATCH] firehose ts fix --- src/main.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 7d03ac1..0a5fc68 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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 {