From bac8ef3c6e0f17fb376a150420b77f0278f9ca04 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 17 Apr 2020 11:43:54 -0400 Subject: [PATCH] lint compliance --- lib/historyKeeper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/historyKeeper.js b/lib/historyKeeper.js index ff0327751..aa320f4b6 100644 --- a/lib/historyKeeper.js +++ b/lib/historyKeeper.js @@ -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 || {};