Skip to content

Commit

Permalink
♻️ refactor(PlatformReportService): use cleaned result code for filen…
Browse files Browse the repository at this point in the history
…ame generation
  • Loading branch information
JuanGuzman-io committed Nov 28, 2024
1 parent 9f960a8 commit b8a8c54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export class PlatformReportService implements OnModuleInit {

const fileName =
'PRMS-Result-' +
data.result_code +
cleanResultCodeInput +
'_' +
data.generation_date_filename +
'.pdf';
Expand Down

0 comments on commit b8a8c54

Please sign in to comment.