flyzto 7 сар өмнө
parent
commit
fc657e861a

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