Merge branch 'dev' into staging

This commit is contained in:
Vins 2024-10-23 08:17:36 +02:00
commit 00d8700ff4

View File

@ -70,7 +70,7 @@ export default class AnchoringProofService extends BaseService {
const uint8Array = await page.pdf({
landscape: true,
printBackground: false,
printBackground: true,
format: "A4",
});