Skip to content

Commit

Permalink
Update fetch service
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruikshanks committed Dec 23, 2024
1 parent 14865f6 commit 09a5491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async function _fetch(reviewChargeReferenceId) {
'volume',
'loss',
ref('chargeReferences.additionalCharges:supportedSource.name').castText().as('supportedSourceName'),
ref('chargeReferences.additionalCharges:isSupplyPublicWater').castText().as('waterCompanyCharge')
ref('chargeReferences.additionalCharges:isSupplyPublicWater').castBool().as('waterCompanyCharge')
])
.withGraphFetched('chargeCategory')
.modifyGraph('chargeCategory', (chargeCategoryBuilder) => {
Expand Down

0 comments on commit 09a5491

Please sign in to comment.