Skip to content

Commit 4fd38ff

Browse files
committed
fix: delete data.socket
1 parent 34e3a14 commit 4fd38ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ class SocketServer extends EventEmitter {
371371
data.serverStorage = organization.serverStorage
372372
data.organizationBalance = organization.organizationBalance
373373
data.error = organization.error
374+
delete data.socket
374375
return socket.send(JSON.stringify(data))
375376
}
376377

0 commit comments

Comments
 (0)