Sponsoring contract generation feature/5-sponsoring_contracts #10

Merged
niggl merged 48 commits from feature/5-sponsoring_contracts into dev 2021-02-07 15:37:55 +00:00
Showing only changes of commit 2d0b7ce79e - Show all commits

View File

@ -107,5 +107,4 @@ export class PdfCreator {
await page.close(); await page.close();
return pdf; return pdf;
} }
} }