Skip to content

Commit

Permalink
VKT(Frontend): unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkkp committed Jan 20, 2025
1 parent 40863be commit c0da19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/vkt/src/tests/msw/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const clerkUser: ClerkUser = {
isExaminer: false,
};

export const examinerUser: ClerkUser = {
const examinerUser: ClerkUser = {
oid: '1.2.246.562.10.30000000003',
isAdmin: false,
isExaminer: true,
Expand Down

0 comments on commit c0da19b

Please sign in to comment.