diff --git a/app/features/tournament/tournament-constants.ts b/app/features/tournament/tournament-constants.ts index 50f289210..d4aec6132 100644 --- a/app/features/tournament/tournament-constants.ts +++ b/app/features/tournament/tournament-constants.ts @@ -38,4 +38,32 @@ export const LEAGUES = }, ], } - : {}; + : { + LUTI: [ + { + tournamentId: 1066, + weeks: [ + { + weekNumber: 10, + year: 2025, + }, + { + weekNumber: 11, + year: 2025, + }, + { + weekNumber: 12, + year: 2025, + }, + { + weekNumber: 13, + year: 2025, + }, + { + weekNumber: 14, + year: 2025, + }, + ], + }, + ], + };