mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 12:16:12 -05:00
Adjust fix map pool script
This commit is contained in:
@@ -4,7 +4,7 @@ import { sql } from "~/db/sql";
|
||||
|
||||
const faultyTournamentTeamIds = sql
|
||||
.prepare(
|
||||
"select tournamentTeamId from mappoolmap where tournamentteamid is not null and mode != 'SZ' group by tournamentteamid"
|
||||
"select tournamentTeamId from mappoolmap where tournamentteamid is not null and mode = 'SZ' group by tournamentteamid"
|
||||
)
|
||||
.all()
|
||||
.map((row) => row.tournamentTeamId);
|
||||
|
||||
Reference in New Issue
Block a user