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 f5e397f commit 4d0560b
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 4d0560b

Please sign in to comment.