flyzto 3 mesiacov pred
rodič
commit
bb45dbbef1
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      server/models/GamesPs.js

+ 4 - 0
server/models/GamesPs.js

@@ -712,6 +712,10 @@ const updateSolutions = (solutions) => {
       }
     });
 
+    if (solutionUpdate.remove.length) {
+      Logs.out('removeSolutions length %d', solutionUpdate.remove.length);
+    }
+
     syncSolutions(solutionUpdate);
 
   }