From ee9694930bf564c9ba2f6afea2e9aa904cf16f91 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 06:08:00 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- frontend/src/lib/play/admin/game_state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/play/admin/game_state.ts b/frontend/src/lib/play/admin/game_state.ts index e6103a5..a14ec8e 100644 --- a/frontend/src/lib/play/admin/game_state.ts +++ b/frontend/src/lib/play/admin/game_state.ts @@ -8,7 +8,7 @@ import { QuizData } from '$lib/quiz_types'; /** * Interface that include all the game states for the admin page. * Still in development and not used everywhere but should be a good practice -*/ + */ export interface IGameState { game_id: string; players: Player[];