aboutsummaryrefslogtreecommitdiff
path: root/src/services/UserFriendsService.ts
diff options
context:
space:
mode:
authorLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-08 02:40:59 -0500
committerLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-08 02:40:59 -0500
commit19813bb8c241ee8cbf4cc6ad8dc2084cfb90b16b (patch)
tree7bb75943ab81e998bb70ba2d1cbd3e7bd2772830 /src/services/UserFriendsService.ts
parent7e5f9c63360f8c4505bb414384e13f8c0f7576e4 (diff)
Prune unused imports and variables
Diffstat (limited to 'src/services/UserFriendsService.ts')
-rw-r--r--src/services/UserFriendsService.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/services/UserFriendsService.ts b/src/services/UserFriendsService.ts
index a0bf7ac7..dbec1974 100644
--- a/src/services/UserFriendsService.ts
+++ b/src/services/UserFriendsService.ts
@@ -25,7 +25,6 @@ export const loadFriends = async (userId: string, token: string) => {
};
export const friendOrUnfriendUser = async (
- user: string,
friend: string,
token: string,
friendship_status: FriendshipStatusType,