Skip to content

Commit

Permalink
Merge pull request #1885 from nickconway/fix/pdf-name
Browse files Browse the repository at this point in the history
Fix: generate PDF name from title instead of id
  • Loading branch information
AmruthPillai committed May 20, 2024
2 parents 5d0c92e + a7a0e4e commit 77dee57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/printer/printer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export class PrinterService {
resume.userId,
"resumes",
buffer,
resume.id,
resume.title,
);

// Close all the pages and disconnect from the browser
Expand Down

0 comments on commit 77dee57

Please sign in to comment.