Skip to content

Commit 7f64059

Browse files
authored
🐛 After the date formatting function is adjusted, there are cases where the function is called but the input is incorrect. #1007
2 parents b8dd225 + deb7b0e commit 7f64059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/types/knowledgeBase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface KnowledgeBase {
1010
description: string | null
1111
chunkCount: number
1212
documentCount: number
13-
createdAt: string
13+
createdAt: any
1414
embeddingModel: string
1515
avatar: string
1616
chunkNum: number

0 commit comments

Comments
 (0)