Skip to content

Commit

Permalink
update constant
Browse files Browse the repository at this point in the history
  • Loading branch information
fershad committed Jun 12, 2024
1 parent e7cf17b commit 0dd7782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function parseOptions(options = {}, version = 3, green = false) {
`"${dataCenter.country}" is not a valid country. Please use a valid 3 digit ISO 3166 country code. \nSee https://developers.thegreenwebfoundation.org/co2js/data/ for more information. \nFalling back to global average grid intensity.`
);
adjustments.gridIntensity["dataCenter"] = {
value: GLOBAL_GRID_INTENSITY,
value: SWDM3_GLOBAL_GRID_INTENSITY,
};
}
adjustments.gridIntensity["dataCenter"] = {
Expand Down

0 comments on commit 0dd7782

Please sign in to comment.