From 17e39805171da86f4869592256e28fdf34f310a1 Mon Sep 17 00:00:00 2001 From: Milo Date: Tue, 8 Jul 2025 09:13:49 +0200 Subject: [PATCH] minor change --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f4f9646..8874e6b 100644 --- a/index.js +++ b/index.js @@ -4417,7 +4417,7 @@ async function checksAfterPokerAction(roomId) { pokerRooms[roomId].current_player = getNextActivePlayer(pokerRooms[roomId]) } - pokerRooms[roomId].last_move_at = Date.now() + pokerRooms[roomId]?.last_move_at = Date.now() io.emit('new-poker-room') }