update import controller to return posted import job
This commit is contained in:
@@ -61,7 +61,7 @@ class ImportController {
|
|||||||
this.importJobs[jobIndex].updated_at = new Date();
|
this.importJobs[jobIndex].updated_at = new Date();
|
||||||
}, timeout, jobIndexToUpdate);
|
}, timeout, jobIndexToUpdate);
|
||||||
|
|
||||||
response.send();
|
response.send(fullImportJob);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user