Ver Fonte

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

Book Pauk há 5 anos atrás
pai
commit
4972f085a3
1 ficheiros alterados com 1 adições e 0 exclusões
  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) {