Skip to content

Commit

Permalink
fix: role import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova committed Jan 27, 2024
1 parent bfa8f03 commit 38b67de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/src/lib/admin/useParticipants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import useSWR from "swr";

import { Status, Uid } from "@/lib/admin/useApplicant";

const enum Role {
export const enum Role {
Director = "director",
Organizer = "organizer",
CheckInLead = "checkin_lead",
Expand Down

0 comments on commit 38b67de

Please sign in to comment.