From 2298de9edd8c22ac66112359ab85606744db4319 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Sat, 7 Feb 2026 19:13:08 -0500 Subject: [PATCH] style: format polaris.ts for prettier Co-Authored-By: Claude Sonnet 4.5 --- src/api/polaris.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/api/polaris.ts b/src/api/polaris.ts index 92deee4..af2ef93 100644 --- a/src/api/polaris.ts +++ b/src/api/polaris.ts @@ -157,8 +157,7 @@ export function computeScore(counts: ResultCounts): number { // --- Data fetching hook --- -const POLARIS_API_PATH = - '/api/v1/namespaces/polaris/services/polaris-dashboard/proxy/results.json'; +const POLARIS_API_PATH = '/api/v1/namespaces/polaris/services/polaris-dashboard/proxy/results.json'; interface PolarisDataState { data: AuditData | null;