mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-07-19 01:13:28 -05:00
Fix cron time
This commit is contained in:
parent
95c14d71a7
commit
2123fe60dd
|
|
@ -4,6 +4,6 @@ const splatnet = require('./splatnet');
|
|||
console.info('Starting periodic tasks...');
|
||||
|
||||
// Run every day at 2min 30sec after the hour
|
||||
new CronJob('02 24 * * * *', () => {
|
||||
new CronJob('30 2 * * * *', () => {
|
||||
splatnet.update();
|
||||
}, null, true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user