diff --git a/backend/src/controllers/importController.ts b/backend/src/controllers/importController.ts index efa0027..6bbe8c1 100644 --- a/backend/src/controllers/importController.ts +++ b/backend/src/controllers/importController.ts @@ -61,7 +61,7 @@ class ImportController { this.importJobs[jobIndex].updated_at = new Date(); }, timeout, jobIndexToUpdate); - response.send(); + response.send(fullImportJob); } }; }