Skip to content

Commit

Permalink
chore(ImpactCalculator): Put correct max resolution on raw calculations
Browse files Browse the repository at this point in the history
  • Loading branch information
KevSanchez committed Sep 2, 2022
1 parent 0659af0 commit 4db7945
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class ImpactCalculatorService {
sourcingRecord.geoRegionId,
sourcingRecord.materialId,
sourcingRecord.year,
5, // Max resolution
6, // Max resolution
);

return this.createResultInstance(
Expand Down

0 comments on commit 4db7945

Please sign in to comment.