Fix fetching error by tag

hotfix-replies
jasper 6 years ago
parent 4d026baf17
commit c26f32ed92

@ -54,7 +54,7 @@ const backendInteractorService = (credentials) => {
return apiService.denyUser({credentials, id}) 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}) return timelineFetcherService.startFetching({timeline, store, credentials, userId, tag})
} }

Loading…
Cancel
Save