Skip to content

Commit bc89dd3

Browse files
edit management router page
1 parent 2162fde commit bc89dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routers/managementRouter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const handleGetUserParticipants = async (req: ParticipantRequest, res: Response)
2424
const participants = await getUserParticipants(userId);
2525
const list = participants ?? [];
2626

27-
let elevatedRole: 'SuperUser' | 'UID2 Support' | null = null;
27+
let elevatedRole = null;
2828
if (list.length === 0) {
2929
const user = await getUserById(userId);
3030
if (user?.email) {

0 commit comments

Comments
 (0)