mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
fixed issues caused by inadvertant globalisation (and its subsequent fix)
This commit is contained in:
@@ -24,6 +24,7 @@ var express = require('express'),
|
||||
nconf = require('nconf'),
|
||||
winston = require('winston'),
|
||||
validator = require('validator'),
|
||||
async = require('async'),
|
||||
logger = require('./logger.js');
|
||||
|
||||
(function (app) {
|
||||
|
||||
Reference in New Issue
Block a user