Skip to content

Commit

Permalink
fix: send to client
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Sep 16, 2023
1 parent e1341f3 commit efa3954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class SocketServer extends EventEmitter {

let responseData = JSON.stringify(data);

socket.send(responseData);
client.send(responseData);

if (socket.config && socket.config.organization_id)
this.emit("setBandwidth", {
Expand Down

0 comments on commit efa3954

Please sign in to comment.