We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e3a14 commit 4fd38ffCopy full SHA for 4fd38ff
src/index.js
@@ -371,6 +371,7 @@ class SocketServer extends EventEmitter {
371
data.serverStorage = organization.serverStorage
372
data.organizationBalance = organization.organizationBalance
373
data.error = organization.error
374
+ delete data.socket
375
return socket.send(JSON.stringify(data))
376
}
377
0 commit comments