Browse Source

推送比赛列表日志

flyzto 2 tuần trước cách đây
mục cha
commit
b53899aa35
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

@@ -198,7 +198,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);