Fix fetchTimeline error
This commit is contained in:
parent
2e3d4d7728
commit
4b252ea8d3
2 changed files with 2 additions and 2 deletions
|
|
@ -216,7 +216,7 @@ const api = {
|
|||
if (!fetcher) return
|
||||
store.commit('removeFetcher', { fetcherName: timeline, fetcher })
|
||||
},
|
||||
fetchTimeline (store, timeline, { ...rest }) {
|
||||
fetchTimeline (store, { timeline, ...rest }) {
|
||||
store.state.backendInteractor.fetchTimeline({
|
||||
store,
|
||||
timeline,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue