fix(ui): remove duplicate instanceId getter left by concurrent merges

This commit is contained in:
Peter Steinberger
2026-07-19 03:20:46 -07:00
parent 8178b3cc14
commit 6add21bf40

View File

@@ -379,10 +379,6 @@ export class GatewayBrowserClient {
return this.client.connected;
}
get instanceId() {
return this.opts.instanceId;
}
get recoveryScope() {
return this.recoveryScopeTracker.scope;
}