This commit is contained in:
Philipp Dormann 2025-04-02 21:48:51 +02:00
parent 7c31fba83a
commit a09bf31e22
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -77,6 +77,12 @@
o.id,
true
);
if (runners.length > 0) {
download_details.push({
name: runners[0].group.name,
downloaded: false,
});
}
await documentServer
.generateContracts(runners, locale)
.then((blob) => {