up spam-be-gone

This commit is contained in:
Baris Usakli
2017-08-14 11:10:54 -04:00
parent 7ab152e582
commit 2053726c81
2 changed files with 2 additions and 8 deletions

View File

@@ -62,7 +62,7 @@
"nodebb-plugin-markdown": "8.0.3",
"nodebb-plugin-mentions": "2.1.5",
"nodebb-plugin-soundpack-default": "1.0.0",
"nodebb-plugin-spam-be-gone": "0.5.0",
"nodebb-plugin-spam-be-gone": "0.5.1",
"nodebb-rewards-essentials": "0.0.9",
"nodebb-theme-lavender": "4.0.5",
"nodebb-theme-persona": "5.0.21",

View File

@@ -121,13 +121,7 @@ module.exports = function (Plugins) {
}
hookObj.method(params, next);
}, function (err, values) {
if (err) {
winston.error('[plugins] ' + hook + ', ' + err.message);
}
callback(err, values);
});
}, callback);
}
function fireActionHook(hook, hookList, params, callback) {