fixing bug with the invites?

This commit is contained in:
talksik
2022-01-18 02:04:08 -08:00
parent 7f92f03055
commit 355b37d435
+1 -1
View File
@@ -79,7 +79,7 @@ function RouteHandler() {
// last chance, if they are invited to a team, check for it
const invitedTeamMember = await teamService.getTeamMembersByEmailInvite(
currUser.email
currUser.email?.toLocaleLowerCase()
);
if (invitedTeamMember.length > 0) {