Skip to content

Commit

Permalink
POC-544-v2b: Create End Points for the NCD Monthly Report
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir committed Feb 15, 2024
1 parent a4a6f2a commit 2c47436
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/reporting-framework/base-mysql.report.js
Original file line number Diff line number Diff line change
Expand Up @@ -1862,12 +1862,7 @@ export class BaseMysqlReport {
dmPlhivBase: this.cloneJsonSchema(dm_plhiv_base)
});
break;
// case 'mhPlhivAggregate':
// resolve({
// main: this.cloneJsonSchema(mh_plhiv_aggregate),
// mhPlhivBase: this.cloneJsonSchema(mh_plhiv_base)
// });
// break;

case 'depPlhivAggregate':
resolve({
main: this.cloneJsonSchema(dep_plhiv_aggregate),
Expand Down

0 comments on commit 2c47436

Please sign in to comment.