diff --git a/src/Charts.tsx b/src/Charts.tsx index f6dece9..d61c6ba 100644 --- a/src/Charts.tsx +++ b/src/Charts.tsx @@ -74,6 +74,9 @@ export const Charts: FunctionComponent = (props) => { } const getMetrics = async () => { + if (!query.env) { + query.env = "prd"; + } if (query.env) { var purchasesPerMinuteAcrossRegions = 0; var revenuePerMinuteAcrossRegions = 0;