Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx committed Sep 25, 2024
1 parent ea8d3ac commit ac5fb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/wire-subsystems/src/Wire/UserSubsystem/Error.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ userSubsystemErrorToHttpError =
UserSubsystemHandleExists -> errorToWai @E.HandleExists
UserSubsystemInvalidHandle -> errorToWai @E.InvalidHandle
UserSubsystemHandleManagedByScim -> errorToWai @E.HandleManagedByScim
UserSubsystemInsufficientTeamPermissions -> errorToWai @'E.InsufficientTeamPermissions
UserSubsystemInsufficientTeamPermissions -> errorToWai @E.InsufficientTeamPermissions
UserSubsystemCannotJoinMultipleTeams -> errorToWai @E.CannotJoinMultipleTeams
UserSubsystemTooManyTeamMembers -> errorToWai @E.TooManyTeamMembers
UserSubsystemMissingIdentity -> errorToWai @E.MissingIdentity
Expand Down

0 comments on commit ac5fb59

Please sign in to comment.