flyzto 2 주 전
부모
커밋
37867beca9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {