regionals #5

Merged
kyle merged 18 commits from development into main 2026-03-01 21:23:54 -06:00
Showing only changes of commit 9a64f316b9 - Show all commits

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',