update import controller to return posted import job

This commit is contained in:
Bilal Catic
2020-02-18 11:26:44 +01:00
parent d6f0e5e617
commit 991ef6bb73

View File

@@ -61,7 +61,7 @@ class ImportController {
this.importJobs[jobIndex].updated_at = new Date();
}, timeout, jobIndexToUpdate);
response.send();
response.send(fullImportJob);
}
};
}