Skip to content

Commit

Permalink
change type of club time to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
julia7hk committed Sep 29, 2023
1 parent cf1feeb commit 70e90a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/data/clubs.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export type Club = {
new: boolean, name: string, tier: 1 | 2 | 3, desc: string,
day: string, time: "Lunch" | "After School", room: string,
day: string, time: string, room: string,
zoom?: string, video?: string, signup?: string,
prez: string, advisor: string, email: string, coadvisor?: string, coemail?: string;
}
Expand Down

0 comments on commit 70e90a4

Please sign in to comment.