Skip to content

Commit 5952488

Browse files
committed
add state
1 parent 02a665e commit 5952488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/types/crawlState.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const WAITING_STATES = [
1111
"starting",
1212
"waiting_capacity",
1313
"waiting_org_limit",
14+
"waiting_dedupe_index",
1415
"paused",
1516
] as const;
1617

0 commit comments

Comments
 (0)