wip
This commit is contained in:
@@ -77,6 +77,12 @@
|
|||||||
o.id,
|
o.id,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
if (runners.length > 0) {
|
||||||
|
download_details.push({
|
||||||
|
name: runners[0].group.name,
|
||||||
|
downloaded: false,
|
||||||
|
});
|
||||||
|
}
|
||||||
await documentServer
|
await documentServer
|
||||||
.generateContracts(runners, locale)
|
.generateContracts(runners, locale)
|
||||||
.then((blob) => {
|
.then((blob) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user