Skip to content

Commit 2a93b94

Browse files
committed
update supported courts constant
1 parent 9bc36d6 commit 2a93b94

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

functions/src/shared/constants.ts

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,25 @@ export const generalCourts: Record<number, GeneralCourt | undefined> = {
2323
Number: 192,
2424
FirstYear: 2021,
2525
SecondYear: 2022
26-
}
26+
},
27+
191: {
28+
Name: "191st (2019 - 2020)",
29+
Number: 191,
30+
FirstYear: 2019,
31+
SecondYear: 2020
32+
},
33+
190: {
34+
Name: "190th (2017 - 2018)",
35+
Number: 191,
36+
FirstYear: 2017,
37+
SecondYear: 2018
38+
},
39+
189: {
40+
Name: "189th (2015 - 2016)",
41+
Number: 189,
42+
FirstYear: 2015,
43+
SecondYear: 2016
44+
},
2745
}
2846

2947
export const supportedGeneralCourts = Object.keys(generalCourts)

0 commit comments

Comments
 (0)