X-Git-Url: https://git.auder.net/assets/current/git-favicon.png?a=blobdiff_plain;f=client%2Fsrc%2Futils%2FgameStorage.js;h=f995828da081f239b2d1d795aa559822e2e58023;hb=7f36b53a818bd707e49e7109275e3659e97d91b4;hp=bf5dfba44f01a4da8e5febfad3cf8c70078873e8;hpb=dfeb96ea90e880a2557cbb5953dbb7258c912283;p=vchess.git diff --git a/client/src/utils/gameStorage.js b/client/src/utils/gameStorage.js index bf5dfba4..f995828d 100644 --- a/client/src/utils/gameStorage.js +++ b/client/src/utils/gameStorage.js @@ -4,7 +4,7 @@ // vname: string, // fenStart: string, // players: array of sid+id+name, -// timeControl: string, +// cadence: string, // increment: integer (seconds), // mode: string ("live" or "corr") // imported: boolean (optional, default false) @@ -48,7 +48,6 @@ function dbOperation(callback) export const GameStorage = { // Optional callback to get error status - // TODO: this func called from Hall seems to not work now... add: function(game, callback) { dbOperation((db) => {