This commit is contained in:
Cynthia Foxwell 2025-08-14 15:13:38 -06:00
parent e95b3732b7
commit cfcf79d7cd
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -37,7 +37,7 @@ if (hf.config.proxy) {
if (ws == null) {
this._ws = null;
} else {
this._ws = WebSocket(this.endpoint.href, {agent});
this._ws = new WebSocket(this.endpoint.href, {agent});
}
},
});