From 3375ca8e14d868964517d2ff47029301b86277f6 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Fri, 12 Mar 2021 15:49:06 -0800 Subject: add friend now works --- src/store/actions/userFriends.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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, -- cgit v1.2.3-70-g09d2