1
0
mirror of synced 2025-02-01 12:18:01 +01:00

change a bit to ocm event read

This commit is contained in:
Shiroi Kitsu 2022-11-28 15:53:34 +07:00
parent fe2fff25cf
commit 0919bac68e

View File

@ -92,7 +92,7 @@ export default class StartupModule extends Module {
});
}
if(pastEvent === 1 && pastDay < 604800)
if(pastEvent === 1)
{
lastCompetitionId = ocmEventDate.competitionId
}