From 6e4daf8f1f642d1cfdc7eef325327fbcb4687d9f Mon Sep 17 00:00:00 2001 From: cutestnekoaqua Date: Sat, 8 Apr 2023 13:00:38 +0200 Subject: [PATCH] fix run --- packages/client/src/config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/client/src/config.ts b/packages/client/src/config.ts index 18362c8810..f09d2420b1 100644 --- a/packages/client/src/config.ts +++ b/packages/client/src/config.ts @@ -16,9 +16,6 @@ export const url = $i?.instanceUrl; export const url = address.origin; // #v-endif export const apiUrl = url + "/api"; -export const wsUrl = `${ - url.replace("http://", "ws://").replace("https://", "wss://") -}/streaming`; export const lang = localStorage.getItem("lang"); export const langs = _LANGS_; export const locale = JSON.parse(localStorage.getItem("locale"));