KO Bracket fixed
This commit is contained in:
@@ -30,8 +30,8 @@ export async function GET() {
|
||||
}
|
||||
|
||||
try {
|
||||
const fifaMap = await fetchFifaScores();
|
||||
matches = applyFifaScores(matches, fifaMap);
|
||||
const fifaData = await fetchFifaScores();
|
||||
matches = applyFifaScores(matches, teams, fifaData);
|
||||
} catch (err) {
|
||||
console.warn("[fifa] Scores fehlgeschlagen:", err instanceof Error ? err.message : err);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user