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

This commit is contained in:
Book Pauk
2022-07-14 20:12:37 +07:00
parent c4e240d87c
commit 26468b996a

View File

@@ -94,7 +94,7 @@ class WebSocketConnection {
this.ws = new this.WebSocket(this.url);
}
const onopen = (e) => {
const onopen = () => {
this.connecting = false;
resolve(this.ws);
};