From a9c2f588da16ad179c5aeb790a5d89bcf0bcf55d Mon Sep 17 00:00:00 2001 From: joseCorte-exe Date: Tue, 19 Jul 2022 16:38:25 -0300 Subject: [PATCH] fixing chartTelemetry page in getChartFunction --- src/pages/chartTelemetry/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/chartTelemetry/index.tsx b/src/pages/chartTelemetry/index.tsx index 189f0aa..4fb2e4d 100644 --- a/src/pages/chartTelemetry/index.tsx +++ b/src/pages/chartTelemetry/index.tsx @@ -35,9 +35,9 @@ export default function chartTelemetry({userName}) { function getChartsData() { console.log(token) - getPowerFactorData("PRAXCUENTR101P", "2022-01-01", "2022-01-31", "med_5min") - .then(result => setFatorPotenciaData(result)) - .catch(exception => console.log('exeption', exception)) + // getPowerFactorData("PRAXCUENTR101P", "2022-01-01", "2022-01-31", "med_5min") + // .then(result => setFatorPotenciaData(result)) + // .catch(exception => console.log('exeption', exception)) // getDiscretization("PRAXCUENTR101P", "2022-01-01", "2022-01-31", "med_5min") // .then(result => setDiscretizedConsumptionDataReativa(result))