レインせんぱいにサンキュー
This commit is contained in:
parent
ce8b5fcd11
commit
27cbe3ca65
4 changed files with 8 additions and 32 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue