lint compliance

pull/1/head
ansuz 2020-04-17 11:43:54 -04:00
parent ef1d5bd706
commit bac8ef3c6e
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ module.exports.create = function (config, cb) {
throw new Error(err);
}
}));
}).nThen(function (w) {
}).nThen(function () {
if (config.disableIntegratedTasks) { return; }
config.intervals = config.intervals || {};