Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Elin Angelow committed Jun 20, 2024
1 parent 7aa68f1 commit c7a6f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wss.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ const Wss = ({
connectionId
);
}
connection.send(encoded);
connection.socket.send(encoded);
// metrics
const ct = process.hrtime();
const f = ct[0] - response.meta.passTrough.time[0];
Expand Down

0 comments on commit c7a6f77

Please sign in to comment.