Skip to content

Commit

Permalink
removed empty method
Browse files Browse the repository at this point in the history
  • Loading branch information
banders committed Dec 21, 2023
1 parent 1bd34a4 commit 47f29ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/src/v1/services/report-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ const reportService = {
return reportAndCalculations;
},

getDataSummaryText() {

},

async getReportHtml(req, reportId: string): Promise<string> {
const reportAndCalculations = await this.getReportAndCalculations(req, reportId);
const calcs = reportAndCalculations.calculations;
Expand Down

0 comments on commit 47f29ed

Please sign in to comment.