mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
removed unsused require
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
var SocketIO = require('socket.io'),
|
var SocketIO = require('socket.io'),
|
||||||
socketioWildcard = require('socketio-wildcard')(),
|
socketioWildcard = require('socketio-wildcard')(),
|
||||||
async = require('async'),
|
async = require('async'),
|
||||||
fs = require('fs'),
|
|
||||||
nconf = require('nconf'),
|
nconf = require('nconf'),
|
||||||
cookieParser = require('cookie-parser')(nconf.get('secret')),
|
cookieParser = require('cookie-parser')(nconf.get('secret')),
|
||||||
winston = require('winston'),
|
winston = require('winston'),
|
||||||
|
|||||||
Reference in New Issue
Block a user