From ac171fc4bdedb21f1bc9ced3627f4ca3bb994327 Mon Sep 17 00:00:00 2001 From: Matthias Fischmann Date: Thu, 30 May 2024 16:06:15 +0200 Subject: [PATCH] Fix TODO syntax :) --- services/brig/src/Brig/API/User.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/brig/src/Brig/API/User.hs b/services/brig/src/Brig/API/User.hs index 2d4813e761a..669c13991ff 100644 --- a/services/brig/src/Brig/API/User.hs +++ b/services/brig/src/Brig/API/User.hs @@ -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