chore: clean up

This commit is contained in:
liyasthomas
2021-11-02 19:45:41 +05:30
parent 6db99c9e37
commit 5f0800760f
3 changed files with 1 additions and 20 deletions

View File

@@ -460,13 +460,6 @@ watch(
}
)
watch(
() => pendingInvites,
() => {
console.log(pendingInvites)
}
)
const removeInvitee = async (id: string) => {
const result = await revokeTeamInvitation(id)()
if (E.isLeft(result)) {