From c6196e9d6aa34f8a768b7e314ecbc95fa242bb52 Mon Sep 17 00:00:00 2001 From: fershad <27988517+fershad@users.noreply.github.com> Date: Wed, 5 Feb 2025 18:10:09 +0800 Subject: [PATCH] Rename co2.js output Signed-off-by: fershad <27988517+fershad@users.noreply.github.com> --- src/lib/co2js/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/co2js/index.ts b/src/lib/co2js/index.ts index 70ec7d6..c2b1a1b 100644 --- a/src/lib/co2js/index.ts +++ b/src/lib/co2js/index.ts @@ -41,7 +41,7 @@ export const Co2js = PluginFactory({ return result ? { ...input, - 'carbon-operational': roundToDecimalPlaces(result, 3), + 'estimated-carbon': roundToDecimalPlaces(result, 3), } : input; });