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 9e18d72 commit a0744af
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 @@ -244,7 +244,7 @@ class WebSocketsAdapter extends Adapter {
}
}

_handleBroadcastMessage(message: GleeMessage) {
private _handleBroadcastMessage(message: GleeMessage) {
this.glee.syncCluster(message)

this.connections
Expand Down

0 comments on commit a0744af

Please sign in to comment.