Browse Source

加个 log

flyzto 7 tháng trước cách đây
mục cha
commit
fc657e861a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();