From 3569f98812ab23e99fcef9d7212e100bf6cec4c6 Mon Sep 17 00:00:00 2001 From: yuchenglong Date: Mon, 19 Jan 2026 16:07:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=AE=9E=E6=97=B6=E6=AF=94?= =?UTF-8?q?=E5=88=86=E8=AF=B7=E6=B1=82=E4=B8=AD=E7=9A=84=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/api.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/api.ts b/lib/api.ts index fcef39d..5e2ae7a 100644 --- a/lib/api.ts +++ b/lib/api.ts @@ -207,11 +207,11 @@ export const fetchLiveScore = async ( leagueId?: number, timezone?: string ): Promise => { - console.log("Fetching live scores with params:", { - sportId, - leagueId, - timezone, - }); + // console.log("Fetching live scores with params:", { + // sportId, + // leagueId, + // timezone, + // }); try { const params: { sport_id: number; league_id?: number; timezone?: string } = {