移除实时比分请求中的调试日志
This commit is contained in:
10
lib/api.ts
10
lib/api.ts
@@ -207,11 +207,11 @@ export const fetchLiveScore = async (
|
||||
leagueId?: number,
|
||||
timezone?: string
|
||||
): Promise<LiveScoreMatch[]> => {
|
||||
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 } =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user