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();