Skip to content

Commit

Permalink
POC-610: Updated DQA Report to reflect updated indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir committed Jan 15, 2024
1 parent d757655 commit c95a8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reports/DQA/dqa-chart-abstraction-report-dao.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ GROUP BY
h.person_id
` +
limitOffSetDefinition;
console.log(sqlQuery);
return new Promise((resolve, reject) => {
runner
.executeQuery(sqlQuery)
Expand Down

0 comments on commit c95a8d4

Please sign in to comment.