This commit is contained in:
yohlo
2026-03-01 16:30:49 -06:00
parent 6199afc687
commit 9a64f316b9

View File

@@ -375,8 +375,6 @@ export function createBadgesService(pb: PocketBase) {
let maxConsecutiveWins = 0;
for (const tournament of tournaments) {
if (!tournamentIds.has(tournament.id)) continue;
const tournamentMatches = await pb.collection("matches").getFullList({
filter: `tournament = "${tournament.id}" && status = "ended"`,
expand: 'home,away,home.players,away.players',