1
0
mirror of synced 2024-12-04 19:17:58 +01:00
This commit is contained in:
ghkkk090 2022-08-21 08:18:46 +07:00
parent b5f5ea471a
commit e26f5b5765

View File

@ -122,7 +122,7 @@ export default class GhostModule extends Module {
}
// Current date is OCM main draw
if(ocmEventDate!.competitionStartAt <= date && ocmEventDate!.competitionCloseAt >= date)
if(ocmEventDate!.competitionStartAt < date && ocmEventDate!.competitionCloseAt > date)
{
console.log('Current OCM Day : Competition Day / Main Draw');