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 06dedc0797 - Show all commits

View File

@ -46,7 +46,7 @@ export class PdfCreator {
return i18next.t(str, PdfCreator.interpolations).toString();
}
);
this.browser = await puppeteer.launch({ headless: true, args: ['--disable-dev-shm-usage', '--shm-size=10gb'] });
this.browser = await puppeteer.launch({ headless: true });
}
/**