From 7d49b26645463fe38c561b39d458cb0bb4fbeb75 Mon Sep 17 00:00:00 2001 From: Pulkit Kathuria Date: Sun, 19 May 2024 18:51:02 +0900 Subject: [PATCH] (api) just use type --- app/frontend/src/components/ReadmeDashboard.astro | 10 +++++----- app/pkg/chart_handler.go | 14 ++++++++------ 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/app/frontend/src/components/ReadmeDashboard.astro b/app/frontend/src/components/ReadmeDashboard.astro index d8d95b6..bb6699a 100644 --- a/app/frontend/src/components/ReadmeDashboard.astro +++ b/app/frontend/src/components/ReadmeDashboard.astro @@ -52,7 +52,7 @@ const baseURL = import.meta.env.PUBLIC_BASE_URL;

Stats