From cfb778776ed772cf119ce4b1d7a7368f8ff822a8 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Wed, 1 Jul 2026 12:07:17 -0500 Subject: [PATCH] worldcup26.ir removed --- lib/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types.ts b/lib/types.ts index 684bfe9..13854a0 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -53,7 +53,7 @@ export interface Match { prob?: { home: number; draw: number; away: number } | null; venue?: string | null; // Austragungsort attendance?: number | null; // Zuschauerzahl, falls verfügbar - goals?: GoalEvent[] | null; // Torereignisse von worldcup26.ir + goals?: GoalEvent[] | null; // Torereignisse } // Eine berechnete Tabellenzeile innerhalb einer Gruppe.