|
@@ -426,7 +426,7 @@ const syncBaseEvents = ({ mk, games, outrights }) => {
|
|
|
// return entry.value !== 0;
|
|
// return entry.value !== 0;
|
|
|
// });
|
|
// });
|
|
|
const validEntrys = item.match.filter(entry => entry.value !== 0);
|
|
const validEntrys = item.match.filter(entry => entry.value !== 0);
|
|
|
- return validEntrys.length >= 2 && validEntrys.findIndex(entry => entry.key.startsWith('ior_wm') || entry.key.startsWith('ior_mn')) !== -1;
|
|
|
|
|
|
|
+ return validEntrys.length >= 2;
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
|
|
|