瀏覽代碼

加个 log

flyzto 7 月之前
父節點
當前提交
fc657e861a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      server/triangle/eventsMatch.js

+ 1 - 0
server/triangle/eventsMatch.js

@@ -100,6 +100,7 @@ const extractOdds = ({ evtime, events, sptime, special }) => {
 // }
 
 const eventMatch = () => {
+  Logs.out('start event match');
   getGamesRelation()
   .then(relations => {
     const nowTime = Date.now();