fix(crawl-status): partial_data
This commit is contained in:
@@ -26,8 +26,8 @@ export async function crawlStatusController(req: Request, res: Response) {
|
|||||||
if (isCancelled) {
|
if (isCancelled) {
|
||||||
return res.json({
|
return res.json({
|
||||||
status: "failed",
|
status: "failed",
|
||||||
docs: null,
|
data: null,
|
||||||
partialDocs: [],
|
partial_data: [],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user