Skip to content

Commit

Permalink
Fix TODO syntax :)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx committed May 30, 2024
1 parent a204ee3 commit ac171fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/brig/src/Brig/API/User.hs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ createUserSpar new = do
case Handle.parseHandle . fromHandle $ h of
Just handl ->
lift . liftSem $
-- TODO: elland: Feels a bit dumb to have a valid handle and revalidate it.
-- TODO(elland): Feels a bit dumb to have a valid handle and revalidate it.
User.updateHandle luid Nothing UpdateOriginScim (fromHandle handl)
Nothing -> throwE $ CreateUserSparHandleError ChangeHandleInvalid

Expand Down

0 comments on commit ac171fc

Please sign in to comment.