Skip to content

Commit 32c35b2

Browse files
committed
revert pt2
1 parent 5ad41b7 commit 32c35b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions/src/shared/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ export const supportedGeneralCourts = Object.keys(generalCourts)
3333

3434
export const currentGeneralCourt = supportedGeneralCourts[0]
3535

36-
export const isCurrentCourt = (courtSession: number) =>
37-
courtSession === currentGeneralCourt
36+
export const isCurrentCourt = (courtNumber: number) =>
37+
courtNumber === currentGeneralCourt

0 commit comments

Comments
 (0)