mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-09-12 12:35:17 -05:00
Fix cron time
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user