From 4d9463194cf74d940e8de3866b8e4b70cccc2dd8 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Wed, 18 Oct 2023 00:39:19 -0700 Subject: [PATCH] chore: type fixes on dashboard --- .../app/instances/[instanceId]/UsageChart.svelte | 16 ++++++++-------- .../dashboard/UsageChartForAllInstances.svelte | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/dashboard/src/routes/app/instances/[instanceId]/UsageChart.svelte b/packages/dashboard/src/routes/app/instances/[instanceId]/UsageChart.svelte index 1e18a92b..4cb0bb9a 100644 --- a/packages/dashboard/src/routes/app/instances/[instanceId]/UsageChart.svelte +++ b/packages/dashboard/src/routes/app/instances/[instanceId]/UsageChart.svelte @@ -1,20 +1,20 @@