Skip to content

Commit

Permalink
fixed merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
banders committed Dec 5, 2024
1 parent 7fb365c commit 86b970d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions backend/src/v1/services/admin-report-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,19 +246,6 @@ const adminReportService = {
return report;
},

<<<<<<< Updated upstream
async getReportFileName(reportId: string): Promise<string> {
const report: Report = await reportService.getReportById(reportId);
if (report) {
const filename = `pay-transparency-report-${report.reporting_year}-${report.pay_transparency_company.company_name}.pdf`;
return filename;
} else {
throw new Error(`No such report with reportId=${reportId}`);
}
},

=======
>>>>>>> Stashed changes
/**
* Get dashboard metrics
* @param param0
Expand Down

0 comments on commit 86b970d

Please sign in to comment.