mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-24 15:08:44 -05:00
Fix hidden tournaments showing up on tournament organizer calendar
This commit is contained in:
parent
5a99210be4
commit
770b6d6449
|
|
@ -208,6 +208,7 @@ const findEventsBaseQuery = (organizationId: number) =>
|
|||
).as("eventWinners"),
|
||||
])
|
||||
.where("CalendarEvent.organizationId", "=", organizationId)
|
||||
.where("CalendarEvent.hidden", "=", 0)
|
||||
.groupBy("CalendarEvent.id");
|
||||
|
||||
const mapEvent = <
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user