From 69e8ce9e3e268dc8bc439279df5caad68fbee1cb Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Fri, 31 Jan 2025 22:19:44 +0200 Subject: [PATCH] Update constants --- .../tournament/tournament-constants.ts | 30 ++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) 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, + }, + ], + }, + ], + };