Skip to content

Commit 3d3b74f

Browse files
committed
fix(ui): remove duplicate instanceId getter breaking main CI
PRs #111225 and #110831 each added an identical `get instanceId()` to GatewayApi; merged together they declared the identifier twice, failing typecheck (TS2300) and lint across all CI (prod/test-types, lint, boundaries, QA smoke, compact shards). Keep the typed getter, drop the duplicate.
1 parent 8178b3c commit 3d3b74f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ui/src/api/gateway.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,6 @@ export class GatewayBrowserClient {
379379
return this.client.connected;
380380
}
381381

382-
get instanceId() {
383-
return this.opts.instanceId;
384-
}
385-
386382
get recoveryScope() {
387383
return this.recoveryScopeTracker.scope;
388384
}

0 commit comments

Comments
 (0)