flyzto il y a 1 semaine
Parent
commit
88a275f60f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      server/models/GamesPs.js

+ 1 - 1
server/models/GamesPs.js

@@ -202,7 +202,7 @@ const syncGamesList = ({ platform, mk, games }) => {
   }
   axios.post(`${BASE_API_URL}/p/syncGames`, { platform, mk, games })
   .then(res => {
-    // Logs.out('syncGamesList', { platform, mk, count: games.length }, res.data);
+    Logs.out('syncGamesList', { platform, mk, count: games.length }, res.data);
   })
   .catch(err => {
     Logs.out('syncGamesList', { platform, mk }, err.message);