0

Update crawl-status.ts

This commit is contained in:
Nicolas 2024-05-04 12:31:28 -07:00
parent 2aa09a3000
commit 67f135a5b6

View File

@ -28,7 +28,7 @@ export async function crawlStatusController(req: Request, res: Response) {
current_step: current_step, current_step: current_step,
total: total, total: total,
data: job.returnvalue, data: job.returnvalue,
partial_docs: partialDocs ?? [], partial_data: partialDocs ?? [],
}); });
} catch (error) { } catch (error) {
console.error(error); console.error(error);