Skip to content

Commit

Permalink
feat: refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-William committed May 9, 2024
1 parent 895947c commit 0b70808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/webSocket.sevice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ export class WebSocketService {
if (this.socket.readyState != this.socket.OPEN) {
return false;
}
return true
return true;
}
}

0 comments on commit 0b70808

Please sign in to comment.