@@ -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) {