Skip to content

Commit

Permalink
issue-280 remove reduandant line
Browse files Browse the repository at this point in the history
  • Loading branch information
RLiNREL committed Oct 16, 2024
1 parent 9f3b058 commit e19e466
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export class AssessmentEnergyOpportunitiesFormService {
let utilityTypes: Array<UtilityType> = utilityEnergyUses
.filter(use => use.include)
.map(use => use.utilityType);
energyOpportunity.utilityTypes = utilityTypes;

let utilityType: UtilityType;
let energyUnit: string = 'MMBtu';
Expand Down

0 comments on commit e19e466

Please sign in to comment.