From 23d0ea134346e57e6e47c840e76ec7270b69040e Mon Sep 17 00:00:00 2001 From: AfonsoCMSousa Date: Fri, 2 Jan 2026 20:12:18 +0000 Subject: [PATCH] SyntaxSquad/DADProject#16 fix: Timer issues and Forfeight button --- websockets/state/game.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/websockets/state/game.js b/websockets/state/game.js index 59691cb..372876a 100644 --- a/websockets/state/game.js +++ b/websockets/state/game.js @@ -33,9 +33,4 @@ const removeGame = (id) => { } }; -module.exports = { - createGame, - getGame, - removeGame, -}; - +export { createGame, getGame, removeGame };