diff --git a/bun.lockb b/bun.lockb index 068f6f2..520673f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 64dc1bc..b8c68c4 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "next": "14.2.7", "next-auth": "^4.24.7", "papaparse": "^5.4.1", - "pdfkit": "^0.15.0", + "pdfkit": "0.14.0", "pdfkit-table": "^0.1.99", "prisma": "^5.19.1", "qrcode": "^1.5.4", diff --git a/src/pages/api/elections/reports/[electionId].ts b/src/pages/api/elections/reports/[electionId].ts index 40a449e..bba73e9 100644 --- a/src/pages/api/elections/reports/[electionId].ts +++ b/src/pages/api/elections/reports/[electionId].ts @@ -86,7 +86,7 @@ export default async function handler( fit: [logoWidth, logoHeight], align: 'center', }); - doc.moveDown(1); + doc.moveDown(2); doc.font('Helvetica-Bold').fontSize(12).text('TRIBUNAL ELECTORAL', { align: 'center',