mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
ESlint no-unused-vars
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user