From e0ca5f9488e415af052407e320fd548cc179b7b2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:34:44 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- frontend/src/routes/results/[result_id]/player_overview.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/results/[result_id]/player_overview.svelte b/frontend/src/routes/results/[result_id]/player_overview.svelte index ccf458a..d406a6f 100644 --- a/frontend/src/routes/results/[result_id]/player_overview.svelte +++ b/frontend/src/routes/results/[result_id]/player_overview.svelte @@ -27,7 +27,7 @@ SPDX-License-Identifier: MPL-2.0 return scoreB - scoreA; }) ); - + const correctCounts = {}; answers.forEach((questionAnswers) => { questionAnswers.forEach((answer) => {