mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 10:41:56 +10:00
Merge pull request #1885 from nickconway/fix/pdf-name
Fix: generate PDF name from title instead of id
This commit is contained in:
@ -193,7 +193,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
|
||||||
|
|||||||
Reference in New Issue
Block a user