Skip to content

Commit

Permalink
comment out inclusion_override
Browse files Browse the repository at this point in the history
  • Loading branch information
derekvmcintire committed Jan 15, 2025
1 parent c55f438 commit 19ab87e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions heat-stack/app/routes/_heat+/single.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,10 @@ Traceback (most recent call last): File "<exec>", line 32,

const gasBillDataWithUserAdjustments = foo; /* processed_energy_bills is untested here */

const billingRecords = foo.get('processed_energy_bills')
billingRecords.forEach((record: any) => {
record.set('inclusion_override', true);
});
// const billingRecords = foo.get('processed_energy_bills')
// billingRecords.forEach((record: any) => {
// record.set('inclusion_override', true);
// });
// foo.set('processed_energy_bills', null)
// foo.set('processed_energy_bills', billingRecords)
//console.log("(after customization) gasBillDataWithUserAdjustments billing records[0]", gasBillDataWithUserAdjustments.get('processed_energy_bills')[0])
Expand Down

0 comments on commit 19ab87e

Please sign in to comment.