You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User {user_id} <-UserQ.userByHandle userHandle `whenNothingM` throwError (EntityMissing (ErrorID"no-user-for-handle") $"User not found for handle: "<>IDs.toText userHandle)
293
-
profile <-UsersQ.userProfileById user_id `whenNothingM` throwError (EntityMissing (ErrorID"no-user-for-handle") $"User not found for handle: "<>IDs.toText userHandle)
293
+
displayInfo <-DisplayInfoQ.unifiedDisplayInfoForUserOf id user_id
294
+
UserProfile {bio, website, location, twitterHandle, pronouns} <-UsersQ.userProfileById user_id `whenNothingM` throwError (EntityMissing (ErrorID"no-user-for-handle") $"User not found for handle: "<>IDs.toText userHandle)
0 commit comments