Remove unused fetchMentions()
This commit is contained in:
parent
bfd530aaea
commit
d669c37f13
2 changed files with 0 additions and 12 deletions
|
@ -10,10 +10,6 @@ const backendInteractorService = (credentials) => {
|
|||
return apiService.fetchConversation({id, credentials})
|
||||
}
|
||||
|
||||
const fetchMentions = ({sinceId, username}) => {
|
||||
return apiService.fetchMentions({sinceId, username, credentials})
|
||||
}
|
||||
|
||||
const fetchFriends = () => {
|
||||
return apiService.fetchFriends({credentials})
|
||||
}
|
||||
|
@ -43,7 +39,6 @@ const backendInteractorService = (credentials) => {
|
|||
const backendInteractorServiceInstance = {
|
||||
fetchStatus,
|
||||
fetchConversation,
|
||||
fetchMentions,
|
||||
fetchFriends,
|
||||
followUser,
|
||||
unfollowUser,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue