From 4f6723978387d26f50d5e0bb69ec7c86eee2112c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 7 Aug 2024 16:11:18 +0200 Subject: [PATCH] Lint fix --- web/ts/stats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ts/stats.ts b/web/ts/stats.ts index ca7ec7014..0446b12ce 100644 --- a/web/ts/stats.ts +++ b/web/ts/stats.ts @@ -52,7 +52,7 @@ export function initStatsPage() { }); } -export function initLectureStatsPage(lectureID : string) { +export function initLectureStatsPage(lectureID: string) { const dates = ["numStudents", "vodViews", "liveViews"]; dates.forEach((endpoint) => { getAsync(