Skip to content

Commit

Permalink
[1677] add court 194 to constants (#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
seatuna authored Jan 28, 2025
1 parent 93b344b commit cc2d5fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion functions/src/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ export type GeneralCourt = {
}

export const generalCourts: Record<number, GeneralCourt | undefined> = {
194: {
Name: "194th (Current)",
Number: 194,
FirstYear: 2025,
SecondYear: 2026
},
193: {
Name: "193rd (Current)",
Name: "193rd (2023 - 2024)",
Number: 193,
FirstYear: 2023,
SecondYear: 2024
Expand Down

0 comments on commit cc2d5fc

Please sign in to comment.