Kirk Trombley 4 жил өмнө
parent
commit
5b60cf17ae

+ 1 - 1
client/src/domain/gameStore.js

@@ -100,7 +100,7 @@ const submitGuess = async selectedPoint => {
         gameId,
         gameId,
         playerId,
         playerId,
         roundNum,
         roundNum,
-        selectedPoint || { timeout: true },
+        selectedPoint ?? { timeout: true },
         roundSeconds
         roundSeconds
       )
       )
     : await sendTimeout(gameId, playerId, roundNum);
     : await sendTimeout(gameId, playerId, roundNum);