Update api.js

This commit is contained in:
sennevb 2017-10-24 06:06:46 +02:00 committed by GitHub
parent 289600de24
commit 1bccbebbf2
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ module.exports = function(logger, portalConfig, poolConfigs){
});
res.write('\n');
var uid = Math.random().toString();
req.on("close", function() {
_this.liveStatConnections[uid] = res;
res.flush();
req.on("close", function() {