ESlint no-unused-vars

This commit is contained in:
Peter Jaszkowiak
2017-02-18 15:05:36 -07:00
parent c18808fdeb
commit 4bb49a7171
70 changed files with 97 additions and 162 deletions

View File

@@ -80,7 +80,7 @@ module.exports = function (Plugins) {
},
function (active, next) {
if (active) {
Plugins.toggleActive(id, function (err, status) {
Plugins.toggleActive(id, function (err) {
next(err);
});
return;