fix locale cache

This commit is contained in:
2026-07-08 22:49:24 -05:00
parent 5138e61854
commit 63d4ed9470
2 changed files with 6 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ export async function GET(request: NextRequest) {
let fifaData: Awaited<ReturnType<typeof fetchFifaScores>>;
try {
fifaData = await fetchFifaScores(locale);
fifaData = await fetchFifaScores();
} catch {
return NextResponse.json({
updatedAt: new Date().toISOString(),