Skip to content

Commit

Permalink
Downgrade pdfkit
Browse files Browse the repository at this point in the history
  • Loading branch information
bayasdev committed Sep 4, 2024
1 parent 896c957 commit 847b7a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/api/elections/reports/[electionId].ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 847b7a9

Please sign in to comment.