Browse Source

lint compliance

master
ansuz 9 months ago
parent
commit
bac8ef3c6e
1 changed files with 1 additions and 1 deletions
  1. 2
      lib/historyKeeper.js

2
lib/historyKeeper.js

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

Loading…
Cancel
Save