change chats to use custom makeFetcher
This commit is contained in:
parent
2d914c331e
commit
1b6eee0497
4 changed files with 10 additions and 11 deletions
|
@ -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 })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue