diff --git a/ui/src/api/gateway.ts b/ui/src/api/gateway.ts index 3dd68116065e..101261c95603 100644 --- a/ui/src/api/gateway.ts +++ b/ui/src/api/gateway.ts @@ -379,10 +379,6 @@ export class GatewayBrowserClient { return this.client.connected; } - get instanceId() { - return this.opts.instanceId; - } - get recoveryScope() { return this.recoveryScopeTracker.scope; }