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