aboutsummaryrefslogtreecommitdiff
path: root/src/services/notifications_fetcher
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-09-02 21:01:31 +0300
committerShpuld Shpuldson <shp@cock.li>2020-09-02 21:01:31 +0300
commit1b6eee049700f6fbb0c2e43877ead3ef4cf3041b (patch)
treecf2d12e16c75c5fa3de1ab51a4120405f9fbe40f /src/services/notifications_fetcher
parent2d914c331eea5f5b9036e10ef3d937628891b9e1 (diff)
change chats to use custom makeFetcher
Diffstat (limited to 'src/services/notifications_fetcher')
-rw-r--r--src/services/notifications_fetcher/notifications_fetcher.service.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/notifications_fetcher/notifications_fetcher.service.js b/src/services/notifications_fetcher/notifications_fetcher.service.js
index 2a3a17be..c69d5b17 100644
--- a/src/services/notifications_fetcher/notifications_fetcher.service.js
+++ b/src/services/notifications_fetcher/notifications_fetcher.service.js
@@ -1,5 +1,5 @@
import apiService from '../api/api.service.js'
-import makeFetcher from '../fetcher/fetcher.js'
+import { makeFetcher } from '../fetcher/fetcher.js'
const update = ({ store, notifications, older }) => {
store.dispatch('setNotificationsError', { value: false })