mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
remove unused websocket variables
This commit is contained in:
@@ -22,8 +22,6 @@ export const MODEL_DOWNLOAD_POOL = writable({});
|
|||||||
export const mobile = writable(false);
|
export const mobile = writable(false);
|
||||||
|
|
||||||
export const socket: Writable<null | Socket> = writable(null);
|
export const socket: Writable<null | Socket> = writable(null);
|
||||||
export const activeUserIds: Writable<null | string[]> = writable(null);
|
|
||||||
export const USAGE_POOL: Writable<null | string[]> = writable(null);
|
|
||||||
|
|
||||||
export const theme = writable('system');
|
export const theme = writable('system');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user