mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
removed unused var
This commit is contained in:
@@ -49,7 +49,7 @@ Sockets.init = function(server) {
|
|||||||
|
|
||||||
io.sockets.on('connection', function(socket) {
|
io.sockets.on('connection', function(socket) {
|
||||||
var hs = socket.handshake,
|
var hs = socket.handshake,
|
||||||
sessionID, uid, lastPostTime = 0;
|
sessionID, uid;
|
||||||
|
|
||||||
// Validate the session, if present
|
// Validate the session, if present
|
||||||
socketCookieParser(hs, {}, function(err) {
|
socketCookieParser(hs, {}, function(err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user