From e9950c75ea4ee6bd8986db95519d9bf83b8958cf Mon Sep 17 00:00:00 2001 From: "gandalf-the-greybeard[bot]" Date: Sun, 8 Mar 2026 03:12:45 +0000 Subject: [PATCH] style: format polaris.ts to pass prettier check The service proxy URL fix in 61bf1fe exceeded the line length limit. Run prettier to split the long line. Co-Authored-By: Claude Opus 4.6 --- src/api/polaris.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/api/polaris.ts b/src/api/polaris.ts index 671ebdb..1e5dc3a 100644 --- a/src/api/polaris.ts +++ b/src/api/polaris.ts @@ -218,7 +218,8 @@ const REFRESH_STORAGE_KEY = 'polaris-plugin-refresh-interval'; const DEFAULT_INTERVAL_SECONDS = 300; // 5 minutes const URL_STORAGE_KEY = 'polaris-plugin-dashboard-url'; -const DEFAULT_DASHBOARD_URL = '/api/v1/namespaces/polaris/services/http:polaris-dashboard:80/proxy/'; +const DEFAULT_DASHBOARD_URL = + '/api/v1/namespaces/polaris/services/http:polaris-dashboard:80/proxy/'; /** * Retrieves the configured refresh interval from localStorage.