#315 - revert changes
This commit is contained in:
parent
3128417176
commit
bd24c615d1
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ const backendInteractorService = (credentials) => {
|
||||||
return apiService.fetchConversation({id, credentials})
|
return apiService.fetchConversation({id, credentials})
|
||||||
}
|
}
|
||||||
|
|
||||||
const fetchFriends = ({id, page, isExport = false}) => {
|
const fetchFriends = ({id, page}) => {
|
||||||
return apiService.fetchFriends({id, page, isExport, credentials})
|
return apiService.fetchFriends({id, page, credentials})
|
||||||
}
|
}
|
||||||
|
|
||||||
const exportFriends = ({id}) => {
|
const exportFriends = ({id}) => {
|
||||||
|
|
Loading…
Reference in a new issue