Update currentDate in popup to "-" if date not found

This commit is contained in:
2024-04-29 22:34:59 -07:00
parent 4f83907506
commit 3c72a20878
3 changed files with 11 additions and 12 deletions

View File

@@ -625,6 +625,7 @@ async function runner() {
if (!(currentHourUTC === 23 && currentMinuteUTC < 5)) {
ctx.consulates[c].nextCheckAt = getFutureDate(SOFT_BAN_TIMEOUT, getJitter(cfg.frequency));
}
ctx.consulates[c].currentDate = null;
continue;
}