Skip to content

Commit

Permalink
chore: update logs LSV2;
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed May 22, 2023
1 parent 4a9921a commit fb3055a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/api/data/home/livescores-v2/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export async function GET
)
loadType = 'HASURA'
}
console.log(`📌 loaded [HLSV2] with: ${loadType}`)
console.log(`📌 loaded [HLSV2] [D] with: ${loadType}`)
return json(data);
}

Expand All @@ -90,7 +90,7 @@ export async function GET
(
fixtureIds
);
console.log(`📌 loaded [HLSV2] with: HASURA`)
console.log(`📌 loaded [HLSV2] [DT] with: HASURA`)
return json(res);
}

Expand Down Expand Up @@ -128,7 +128,7 @@ export async function GET
)
loadType = 'HASURA'
}
console.log(`📌 loaded [HLSV2] with: ${loadType}`)
console.log(`📌 loaded [HLSV2] [T] with: ${loadType}`)
return json(data);
}

Expand Down Expand Up @@ -166,7 +166,7 @@ export async function GET
// )
loadType = 'HASURA'
}
console.log(`📌 loaded [HLSV2] with: ${loadType}`)
console.log(`📌 loaded [HLSV2] [S] with: ${loadType}`)
return json(data);
}

Expand Down

0 comments on commit fb3055a

Please sign in to comment.