Skip to content
Snippets Groups Projects
Commit c26f32ed authored by jasper's avatar jasper
Browse files

Fix fetching error by tag

parent 4d026baf
Branches
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ const backendInteractorService = (credentials) => {
return apiService.denyUser({credentials, id})
}
const startFetching = ({timeline, store, userId = false, tag = false}) => {
const startFetching = ({timeline, store, userId = false, tag}) => {
return timelineFetcherService.startFetching({timeline, store, credentials, userId, tag})
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment