mirror of
https://github.com/Kizuren/statusPage.git
synced 2025-12-21 21:16:09 +01:00
Typo extra zero in delay
This commit is contained in:
parent
3f867e989d
commit
a82459000a
1 changed files with 1 additions and 1 deletions
|
|
@ -137,5 +137,5 @@ while(true) {
|
|||
console.error(e);
|
||||
}
|
||||
config.verbose && console.log('✅ Done');
|
||||
await delay(config.interval * 60_0000 - (Date.now() - startPulse));
|
||||
await delay(config.interval * 60_000 - (Date.now() - startPulse));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue