Skip to content

Commit 91db5a9

Browse files
authored
fix: fix package error (#533)
1 parent 78a2578 commit 91db5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/api/chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ export const chatApi = {
331331
recommendQuestions: (
332332
record_id: number | undefined,
333333
controller?: AbortController,
334-
params: any
334+
params?: any
335335
) => {
336336
return request.fetchStream(`/chat/recommend_questions/${record_id}${params}`, {}, controller)
337337
},

0 commit comments

Comments
 (0)