Skip to content

Commit 00bc2b1

Browse files
fix[frontend](soar_commands): removed finish after socket connection failure
1 parent 2175dfa commit 00bc2b1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/src/features/datasources/services/agent-console.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export function runAgentCommand(agentId: string, payload: CommandPayload, h: Con
8080
try {
8181
ws.close()
8282
} catch {
83-
finish()
8483
/* noop */
8584
}
8685
}

0 commit comments

Comments
 (0)