Skip to content

Commit

Permalink
(fix): small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed Jul 11, 2023
1 parent 5568da1 commit 8392f0f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app/reporting-framework/base-mysql.report.js
Original file line number Diff line number Diff line change
Expand Up @@ -1369,17 +1369,15 @@ export class BaseMysqlReport {
break;
case 'recentSTIPrepAggregate':
resolve({
main: this.cloneJsonSchema(recurrent_use_of_pep_prep_aggregate),
recentSTIPrepBase: this.cloneJsonSchema(
recurrent_use_of_pep_prep_base
)
main: this.cloneJsonSchema(recent_sti_prep_aggregate),
recentSTIPrepBase: this.cloneJsonSchema(recent_sti_prep_base)
});
break;
case 'recurrentUseOfPepPrepAggregate':
resolve({
main: this.cloneJsonSchema(recent_sti_prep_aggregate),
main: this.cloneJsonSchema(recurrent_use_of_pep_prep_aggregate),
recurrentUseOfPepPrepBase: this.cloneJsonSchema(
recent_sti_prep_base
recurrent_use_of_pep_prep_base
)
});
break;
Expand Down

0 comments on commit 8392f0f

Please sign in to comment.