mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 14:01:37 +00:00
fix(ui): remove duplicate instanceId getter left by concurrent merges
This commit is contained in:
@@ -379,10 +379,6 @@ export class GatewayBrowserClient {
|
||||
return this.client.connected;
|
||||
}
|
||||
|
||||
get instanceId() {
|
||||
return this.opts.instanceId;
|
||||
}
|
||||
|
||||
get recoveryScope() {
|
||||
return this.recoveryScopeTracker.scope;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user