Skip to content

Commit

Permalink
fix: use correct ami percentage in csv
Browse files Browse the repository at this point in the history
  • Loading branch information
ludtkemorgan committed Dec 22, 2024
1 parent e5221a8 commit b6c3912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/services/listing-csv-export.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ export class ListingCsvExporterService implements CsvExporterServiceInterface {
label: 'AMI Chart',
},
{
path: 'unit.amiChart.items.0.percentOfAmi',
path: 'unit.amiPercentage',
label: 'AMI Level',
},
{
Expand Down

0 comments on commit b6c3912

Please sign in to comment.