Skip to content

Commit

Permalink
whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx committed Jan 20, 2025
1 parent 23d3442 commit 1a2913c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ inviteUserImpl ::
Sem r (Invitation, InvitationLocation)
inviteUserImpl luid tid request = do
let inviteeRole = fromMaybe defaultRole request.role
let inviteePerms = Teams.rolePermissions inviteeRole

let inviteePerms = Teams.rolePermissions inviteeRole
ensurePermissionToAddUser (tUnqualified luid) tid inviteePerms

inviterEmail <-
Expand Down

0 comments on commit 1a2913c

Please sign in to comment.