Corr games: almost there. Then remote games + abort/resign/draw/message
[vchess.git] / client / src / utils / gameStorage.js
index 0284763..0b3a7da 100644 (file)
@@ -79,8 +79,7 @@ export const GameStorage =
           gid: gameId,
           newObj:
           {
-            // TODO: I think stringify isn't requuired here (see ajax() )
-            move: JSON.stringify(obj.move), //may be undefined...
+            move: obj.move, //may be undefined...
             fen: obj.fen,
             score: obj.score,
           }