mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
remove unused var
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = function (Posts) {
|
||||
var userData;
|
||||
var userSettings;
|
||||
var canUseSignature;
|
||||
var allowMultipleBadges = parseInt(meta.config.allowMultipleBadges, 10) === 1;
|
||||
|
||||
async.waterfall([
|
||||
function (next) {
|
||||
async.parallel({
|
||||
|
||||
Reference in New Issue
Block a user