Skip to content

Commit e2029e6

Browse files
committed
Fix
1 parent 7728c64 commit e2029e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/sim/lib/copilot/chat-streaming.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ export function createSSEStream(params: StreamingOrchestrationParams): ReadableS
269269
},
270270
cancel() {
271271
clientDisconnected = true
272-
abortController.abort()
273272
if (eventWriter) {
274273
eventWriter.flush().catch(() => {})
275274
}

0 commit comments

Comments
 (0)