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 246025c commit a23f726
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 @@ -263,7 +263,7 @@ class WebSocketsAdapter extends Adapter {
}
}

_handleDirectMessage(message: GleeMessage) {
private _handleDirectMessage(message: GleeMessage) {
this._validateDirectMessage(message)
message.connection.getRaw().send(message.payload)
}
Expand Down

0 comments on commit a23f726

Please sign in to comment.