Merge pull request #37 from cassoule/milo-250708

minor change
This commit is contained in:
Milo Gourvest
2025-07-09 21:25:29 +02:00
committed by GitHub

View File

@@ -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')
}