Skip to content

Commit

Permalink
fix: delete data.socket
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Oct 19, 2023
1 parent 34e3a14 commit 4fd38ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ class SocketServer extends EventEmitter {
data.serverStorage = organization.serverStorage
data.organizationBalance = organization.organizationBalance
data.error = organization.error
delete data.socket
return socket.send(JSON.stringify(data))
}

Expand Down

0 comments on commit 4fd38ff

Please sign in to comment.