flyzto 6 ay önce
ebeveyn
işleme
bf1328a18c
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      server/models/GamesPs.js

+ 1 - 0
server/models/GamesPs.js

@@ -163,6 +163,7 @@ const submitOdds = ({ platform, mk, games }) => {
   if (IS_DEV) {
     return Logs.out('syncOdds', { platform, mk, games });
   }
+  Logs.out('submitOdds', { platform, mk, games });
   axios.post(`${BASE_URL}/syncOdds`, { platform, mk, games})
   .then(res => {
     Logs.out('syncOdds', { platform, mk, count: games.length }, res.data);