Fix follower request fetching

This commit is contained in:
lain 2020-01-21 16:51:49 +01:00
parent f052ac4a1e
commit 8080981fcd
4 changed files with 4 additions and 3 deletions

View file

@ -16,7 +16,7 @@ const backendInteractorService = credentials => ({
return notificationsFetcher.fetchAndUpdate({ store, credentials })
},
startFetchingFollowRequest ({ store }) {
startFetchingFollowRequests ({ store }) {
return followRequestFetcher.startFetching({ store, credentials })
},