Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goemen committed May 28, 2024
1 parent e429736 commit ba91e42
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backend/src/v1/services/report-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1066,14 +1066,11 @@ const reportService = {
}

const reportData = {
companyName: 'ABC Company',
companyAddress: '555 Main St, Victoria, BC',
/*
companyName: report.pay_transparency_company.company_name,
companyAddress: reportServicePrivate.formatCompanyAddress(
report?.pay_transparency_company,
),
*/

reportingYear: report.reporting_year,
reportStartDate: LocalDate.from(
nativeJs(report.report_start_date, ZoneId.UTC),
Expand Down

0 comments on commit ba91e42

Please sign in to comment.