flyzto 1 tuần trước cách đây
mục cha
commit
88a275f60f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);