Update tournament-constants
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

This commit is contained in:
Kalle 2026-01-28 17:37:47 +02:00
parent a8b2a74435
commit 636c27e159

View File

@ -77,5 +77,30 @@ export const LEAGUES =
},
],
},
{
tournamentId: 3192,
weeks: [
{
weekNumber: 9,
year: 2026,
},
{
weekNumber: 10,
year: 2026,
},
{
weekNumber: 11,
year: 2026,
},
{
weekNumber: 12,
year: 2026,
},
{
weekNumber: 13,
year: 2026,
},
],
},
],
};