Skip to content

Commit

Permalink
hotfix(condo): DOMA-8350 fixed export of property meter readings (#4345)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alllex202 authored Feb 1, 2024
1 parent b199231 commit 6d1915d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const ExportPropertyMeterReadingsService = new GQLCustomSchema('ExportPropertyMe
},
},
meta: {
listkey: 'MeterReading',
listkey: 'PropertyMeterReading',
id: meterReadings[0].id,
},
})
Expand Down

0 comments on commit 6d1915d

Please sign in to comment.