Fix: generate PDF name from title instead of id

This commit is contained in:
Nick Conway
2024-05-07 13:13:10 -04:00
parent 7b394f1437
commit a7a0e4e652

View File

@ -187,7 +187,7 @@ export class PrinterService {
resume.userId, resume.userId,
"resumes", "resumes",
buffer, buffer,
resume.id, resume.title,
); );
// Close all the pages and disconnect from the browser // Close all the pages and disconnect from the browser