Try to switch off cleanGamesDb
[vchess.git] / server / models / Game.js
index 27f5d1e..daae61c 100644 (file)
@@ -275,7 +275,7 @@ const GameModel =
     const day = 86400000;
     db.serialize(function() {
       let query =
-        "SELECT id,created " +
+        "SELECT id, created " +
         "FROM Games ";
       db.all(query, (err,games) => {
         games.forEach(g => {