Explorar o código

Мелкая поправка

Book Pauk %!s(int64=5) %!d(string=hai) anos
pai
achega
4972f085a3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      client/api/WebSocketConnection.js

+ 1 - 0
client/api/WebSocketConnection.js

@@ -58,6 +58,7 @@ class WebSocketConnection {
                 resolve(this.ws);
             } else {
                 url = url || `ws://${window.location.host}/ws`;
+                
                 this.ws = new WebSocket(url);
 
                 if (this.timer) {