looking good

This commit is contained in:
rafaelsideguide
2024-06-27 16:00:45 -03:00
parent c40da77be0
commit d66e1f7846
6 changed files with 37 additions and 22 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export async function crawlStatusController(req: Request, res: Response) {
current_url,
current_step,
total,
data,
data: data ? data : null,
partial_data: jobStatus == 'completed' ? [] : partialDocs,
});
} catch (error) {