[node-cron] Fixed linting error

This commit is contained in:
Richard Honor
2019-03-25 12:29:06 +00:00
parent 9129c5b06c
commit 667a2f1519

View File

@@ -48,7 +48,7 @@ if (valid && !invalid) {
// check timezones are accepted from the string literal
const tast4 = cron.schedule('* * * * *', () => {
log('will execute every minute until stopped')
log('will execute every minute until stopped');
}, { timezone: 'Europe/London' });
tast4.destroy();