Skip to content

Commit 27baf77

Browse files
fix space
1 parent 0314a15 commit 27baf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/middleware/userRoleMiddleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const isSuperUserCheck: Handler = async (req: ParticipantRequest, res, ne
2323
next();
2424
};
2525

26-
// assign uid2 support if user is developer or developer-elevated in okta
26+
// assign uid2 support if user is developer or developer-elevated in okta
2727
export const isUid2Support = async (req: Request) => {
2828
const oktaGroups = (req.auth?.payload?.groups as string[] | undefined) ?? [];
2929
if (isSuperUser(req) || oktaGroups.includes('developer')) {

0 commit comments

Comments
 (0)