Skip to content

Commit 133a32e

Browse files
authored
Fix abort (#998)
1 parent 42917ce commit 133a32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/app/api/copilot/chat/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ export async function POST(req: NextRequest) {
690690
)
691691
}
692692

693-
const responseId = responseIdFromDone || responseIdFromStart
693+
const responseId = responseIdFromDone
694694

695695
// Update chat in database immediately (without title)
696696
await db

0 commit comments

Comments
 (0)