update export Controller to return posted job
This commit is contained in:
@@ -57,7 +57,7 @@ class ExportController {
|
||||
this.exportJobs[jobIndex].state = "finished";
|
||||
this.exportJobs[jobIndex].updated_at = new Date();
|
||||
}, timeout, jobIndexToUpdate);
|
||||
response.send();
|
||||
response.send(fullExportJob);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user