移除实时比分请求中的调试日志
This commit is contained in:
10
lib/api.ts
10
lib/api.ts
@@ -207,11 +207,11 @@ export const fetchLiveScore = async (
|
|||||||
leagueId?: number,
|
leagueId?: number,
|
||||||
timezone?: string
|
timezone?: string
|
||||||
): Promise<LiveScoreMatch[]> => {
|
): Promise<LiveScoreMatch[]> => {
|
||||||
console.log("Fetching live scores with params:", {
|
// console.log("Fetching live scores with params:", {
|
||||||
sportId,
|
// sportId,
|
||||||
leagueId,
|
// leagueId,
|
||||||
timezone,
|
// timezone,
|
||||||
});
|
// });
|
||||||
try {
|
try {
|
||||||
const params: { sport_id: number; league_id?: number; timezone?: string } =
|
const params: { sport_id: number; league_id?: number; timezone?: string } =
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user