mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
[node-cron] Fixed linting error
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user