flyzto hace 2 semanas
padre
commit
37867beca9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      server/models/GamesPs.js

+ 1 - 1
server/models/GamesPs.js

@@ -960,7 +960,7 @@ const getGamesRelation = ({
     }
     Object.keys(tempRel).forEach(platform => {
       const { events, evtime, special, sptime, ...gameInfo } = tempRel[platform] ?? {};
-      if (!listEvents && !listOdds) {
+      if (!listEvents) {
         tempRel[platform] = gameInfo;
       }
       if (listOdds) {