diff --git a/src/modules/api.js b/src/modules/api.js index 72d7fb4d7..232d1776d 100644 --- a/src/modules/api.js +++ b/src/modules/api.js @@ -302,7 +302,7 @@ const api = { // Follow requests startFetchingFollowRequests(store) { if (store.state.fetchers.followRequests) return - const fetcher = followRequestFetcher.startFetchingFollowRequests({ + const fetcher = followRequestFetcher.startFetching({ store, credentials: useOAuthStore().token, })