Skip to content

Commit 12c2fc0

Browse files
author
jiangpeiling
committed
🔨 Add auto web type check.
1 parent b7ccd75 commit 12c2fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎frontend/const/knowledgeBase.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const DOCUMENT_STATUS = {
1212
} as const;
1313

1414
// Non-terminal statuses (still processing)
15-
export const NON_TERMINAL_STATUSES = [
15+
export const NON_TERMINAL_STATUSES: string[] = [
1616
DOCUMENT_STATUS.WAIT_FOR_PROCESSING,
1717
DOCUMENT_STATUS.PROCESSING,
1818
DOCUMENT_STATUS.WAIT_FOR_FORWARDING,

0 commit comments

Comments
 (0)