mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
Fix: generate PDF name from title instead of id
This commit is contained in:
@ -187,7 +187,7 @@ export class PrinterService {
|
||||
resume.userId,
|
||||
"resumes",
|
||||
buffer,
|
||||
resume.id,
|
||||
resume.title,
|
||||
);
|
||||
|
||||
// Close all the pages and disconnect from the browser
|
||||
|
||||
Reference in New Issue
Block a user