mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Fix Subs page crash
This commit is contained in:
parent
d5a81014a9
commit
21fece286d
|
|
@ -152,6 +152,7 @@ export async function findSubGroups(tournamentId: number) {
|
|||
.where("TournamentTeam.tournamentId", "=", tournamentId)
|
||||
.where("TournamentTeam.isPlaceholder", "=", 1)
|
||||
.where("TournamentTeamMember.isStayAsSub", "=", 1)
|
||||
.groupBy("TournamentTeam.id")
|
||||
.execute();
|
||||
|
||||
return rows;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user