Remove comment on haVersion in connection status detail

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016RP31VYjoEC6nGvcjo8DHD
This commit is contained in:
Claude
2026-08-04 04:25:10 +00:00
parent d3015b14f8
commit bc518f1b73
-1
View File
@@ -9,7 +9,6 @@ export type ConnectionStatus = "connected" | "auth-invalid" | "disconnected";
export interface ConnectionStatusDetail {
status: ConnectionStatus;
// Version of the instance we are connected to, if known.
haVersion?: string;
}