mirror of https://github.com/BTCPrivate/z-nomp.git
Update api.js
This commit is contained in:
parent
289600de24
commit
1bccbebbf2
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue