From 2ec3e4c9cdfd01e301b4c619585cafa5e43706d1 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sat, 27 Dec 2025 16:23:27 +0100 Subject: [PATCH] add statistics fetch debug message --- src/app/website/index/liveStats.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/website/index/liveStats.ts b/src/app/website/index/liveStats.ts index 1c960ed..c3fa7c5 100644 --- a/src/app/website/index/liveStats.ts +++ b/src/app/website/index/liveStats.ts @@ -14,6 +14,8 @@ if (STATISTICS_ENDPOINT) { } async function fetchStatistics() { + logger.debug('fetching statistics'); + const response = (await fetch(STATISTICS_ENDPOINT!, { method: 'POST', body: JSON.stringify({