瀏覽代碼

推送比赛列表日志

flyzto 2 周之前
父節點
當前提交
b53899aa35
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);