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