Browse Source

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

Book Pauk 5 năm trước cách đây
mục cha
commit
4972f085a3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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) {