Skip to content

Commit 3096fe4

Browse files
author
shl0501
committed
fix: fix ai controller
1 parent f94f1d1 commit 3096fe4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/server/src/ai/ai.controller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export class AiController {
5353
if (jsonData.message && jsonData.message.content) {
5454
if (chunkData) {
5555
res.write(JSON.stringify({ type: 'stream', content: chunkData }) + '\n');
56-
resultData += chunkData;
5756
}
5857
chunkData = jsonData.message.content;
5958
}

0 commit comments

Comments
 (0)