mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-06 02:06:05 +08:00
fix(crawl-status): partial_data
This commit is contained in:
parent
1ab119c874
commit
8e0aa69603
@ -26,8 +26,8 @@ export async function crawlStatusController(req: Request, res: Response) {
|
||||
if (isCancelled) {
|
||||
return res.json({
|
||||
status: "failed",
|
||||
docs: null,
|
||||
partialDocs: [],
|
||||
data: null,
|
||||
partial_data: [],
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user