diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/store/actions/userFriends.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/store/actions/userFriends.ts b/src/store/actions/userFriends.ts index 054b7fbf..4f55acc8 100644 --- a/src/store/actions/userFriends.ts +++ b/src/store/actions/userFriends.ts @@ -50,7 +50,6 @@ export const friendUnfriendUser = ( const token = await getTokenOrLogout(dispatch); // Calls method to send post or delete request const success = await friendOrUnfriendUser( - user.userId, friend.id, token, friendship_status, |