レインせんぱいにサンキュー

This commit is contained in:
Henry Jameson 2019-03-12 22:10:22 +02:00
parent ce8b5fcd11
commit 27cbe3ca65
4 changed files with 8 additions and 32 deletions

View file

@ -26,10 +26,6 @@ const backendInteractorService = (credentials) => {
return apiService.fetchAllFollowing({username, credentials})
}
const figureOutUserId = ({screenName}) => {
return apiService.figureOutUserId({screenName, credentials})
}
const fetchUser = ({id}) => {
return apiService.fetchUser({id, credentials})
}
@ -99,7 +95,6 @@ const backendInteractorService = (credentials) => {
unfollowUser,
blockUser,
unblockUser,
figureOutUserId,
fetchUser,
fetchUserRelationship,
fetchAllFollowing,