From e5d4f77b0804e93823e644b9154a5df1b5d5f775 Mon Sep 17 00:00:00 2001 From: yangdx Date: Fri, 26 Dec 2025 13:05:40 +0800 Subject: [PATCH] Fix linting --- lightrag_webui/src/stores/state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag_webui/src/stores/state.ts b/lightrag_webui/src/stores/state.ts index 483d332c..3a076ad3 100644 --- a/lightrag_webui/src/stores/state.ts +++ b/lightrag_webui/src/stores/state.ts @@ -355,7 +355,7 @@ export const useAuthStore = create(set => { setTokenRenewal: (renewalTime, expiresAt) => { const formattedTime = formatTimestampToLocalString(renewalTime); - + // Update localStorage with human-readable format localStorage.setItem('LIGHTRAG-LAST-TOKEN-RENEWAL', formattedTime);