From 16982488c90dc6f8a02560639b28a9d491994d14 Mon Sep 17 00:00:00 2001 From: bgoulard Date: Wed, 14 Jan 2026 17:17:38 +0100 Subject: [PATCH] eslint --- src/pong/src/state.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pong/src/state.ts b/src/pong/src/state.ts index 345fd45..f73353a 100644 --- a/src/pong/src/state.ts +++ b/src/pong/src/state.ts @@ -441,8 +441,7 @@ class StateI { g_id + ' userId:' + sock.authUser.id); return JoinRes.no; } - if (game.userOnPage[0] === true && game.userOnPage[1] === true) - { + if (game.userOnPage[0] === true && game.userOnPage[1] === true) { this.fastify.log.warn( 'user trying to connect to a game he\'s already joined: gameId:' + g_id + ' userId:' + sock.authUser.id);