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
constroleNamesList=RESTRICTED_ROLE_NAMES.slice(0,-1).join(', ')+', or '+RESTRICTED_ROLE_NAMES.slice(-1)
356
359
thrownewerrors.BadRequestError(
357
-
`User ${handle} is already assigned a restricted role (Manager, Copilot, Reviewer, Iterative Reviewer, Screener, Checkpoint Screener, Checkpoint Reviewer, or Approver) and cannot be registered as a submitter.`
360
+
`User ${handle} is already assigned a restricted role (${roleNamesList}) and cannot be registered as a submitter.`
0 commit comments