From 5f0800760f6ee683f78458644cca0e61516cea80 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Tue, 2 Nov 2021 19:45:41 +0530 Subject: [PATCH] chore: clean up --- packages/hoppscotch-app/components/teams/Invite.vue | 7 ------- packages/hoppscotch-app/components/teams/index.vue | 6 +----- packages/hoppscotch-app/helpers/backend/GQLClient.ts | 8 -------- 3 files changed, 1 insertion(+), 20 deletions(-) diff --git a/packages/hoppscotch-app/components/teams/Invite.vue b/packages/hoppscotch-app/components/teams/Invite.vue index bfb20ccf6..cb3898e78 100644 --- a/packages/hoppscotch-app/components/teams/Invite.vue +++ b/packages/hoppscotch-app/components/teams/Invite.vue @@ -460,13 +460,6 @@ watch( } ) -watch( - () => pendingInvites, - () => { - console.log(pendingInvites) - } -) - const removeInvitee = async (id: string) => { const result = await revokeTeamInvitation(id)() if (E.isLeft(result)) { diff --git a/packages/hoppscotch-app/components/teams/index.vue b/packages/hoppscotch-app/components/teams/index.vue index b58d7c560..120ade675 100644 --- a/packages/hoppscotch-app/components/teams/index.vue +++ b/packages/hoppscotch-app/components/teams/index.vue @@ -88,7 +88,7 @@