Add backend tests #1

Merged
bilal.catic merged 10 commits from add-backend-tests into master 2020-02-18 11:27:34 +01:00
Showing only changes of commit e5c4125145 - Show all commits

View File

@@ -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);
}
}
}