Skip to content

Commit

Permalink
Merge pull request #106 from fershad/patch-1
Browse files Browse the repository at this point in the history
Rename co2.js output
  • Loading branch information
alexzurbonsen authored Feb 5, 2025
2 parents e61931c + c6196e9 commit f3c93f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/co2js/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const Co2js = PluginFactory({
return result
? {
...input,
'carbon-operational': roundToDecimalPlaces(result, 3),
'estimated-carbon': roundToDecimalPlaces(result, 3),
}
: input;
});
Expand Down

0 comments on commit f3c93f4

Please sign in to comment.