Attempt to fix countdown for live games. Some issues with GameStorage.add now
[vchess.git] / client / src / utils / gameStorage.js
index 031f62f..a8aa6ed 100644 (file)
@@ -47,6 +47,7 @@ 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) => {