change chats to use custom makeFetcher

This commit is contained in:
Shpuld Shpuldson 2020-09-02 21:01:31 +03:00
parent 2d914c331e
commit 1b6eee0497
4 changed files with 10 additions and 11 deletions

View file

@ -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 })