diff --git a/src/stores/fetchers/notifications_fetcher.js b/src/stores/fetchers/notifications_fetcher.js index 5403d59c9..26629f02f 100644 --- a/src/stores/fetchers/notifications_fetcher.js +++ b/src/stores/fetchers/notifications_fetcher.js @@ -118,8 +118,6 @@ const notificationsFetcher = (credentials) => { const startFetching = () => { if (interval.value) throw new Error('Interval already exists!') - fetchAndUpdate() - interval.value = promiseInterval(fetchAndUpdate, 10000) }