Skip to content

Commit

Permalink
remove unused property in WebSocketClient.js (#2574)
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak authored Feb 20, 2025
1 parent 8a009c2 commit 1b2b9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Server/WebSocketClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default class WebSocketClient {
*
* @private
*/
handleClose(e) {
handleClose() {
if (this.isCleanedUp) {
return;
}
Expand Down

0 comments on commit 1b2b9d4

Please sign in to comment.