From fb3055a382d798381fa1687b6ae2f86b7274796d Mon Sep 17 00:00:00 2001 From: migbash <20924663+migbash@users.noreply.github.com> Date: Mon, 22 May 2023 18:08:41 +0100 Subject: [PATCH] chore: update logs LSV2; --- src/routes/api/data/home/livescores-v2/+server.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/api/data/home/livescores-v2/+server.ts b/src/routes/api/data/home/livescores-v2/+server.ts index eda008bc9..ace23be60 100644 --- a/src/routes/api/data/home/livescores-v2/+server.ts +++ b/src/routes/api/data/home/livescores-v2/+server.ts @@ -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); } @@ -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); } @@ -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); } @@ -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); }