Skip to content

Commit

Permalink
Update src/adapters/ws/server.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Fran Méndez <[email protected]>
  • Loading branch information
KhudaDad414 and fmvilas authored Dec 1, 2023
1 parent 51a1e0a commit 246025c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/ws/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ class WebSocketsAdapter extends Adapter {
message.connection.getRaw().send(message.payload)
}

_send(message: GleeMessage) {
private _send(message: GleeMessage) {
if (message.broadcast) {
this._handleBroadcastMessage(message)
} else {
Expand Down

0 comments on commit 246025c

Please sign in to comment.