diff --git a/ui/src/ui/app-render.ts b/ui/src/ui/app-render.ts index 918f6894d..e761a50f3 100644 --- a/ui/src/ui/app-render.ts +++ b/ui/src/ui/app-render.ts @@ -131,7 +131,6 @@ export type AppViewState = { }; export function renderApp(state: AppViewState) { - const proto = state.settings.gatewayUrl.startsWith("wss://") ? "wss" : "ws"; const presenceCount = state.presenceEntries.length; const sessionsCount = state.sessionsResult?.count ?? null; const cronNext = state.cronStatus?.nextWakeAtMs ?? null; @@ -146,13 +145,9 @@ export function renderApp(state: AppViewState) {