chore: lint+bugfix

This commit is contained in:
Rajeh Taher
2026-01-18 01:31:56 +02:00
parent e53fa7b8e5
commit b1c76ebe2d
3 changed files with 33 additions and 32 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export class WebSocketClient extends AbstractSocketClient {
}
}
close() {
async close() {
if (!this.socket) {
return
}