Fix linting

This commit is contained in:
yangdx
2025-12-26 13:05:40 +08:00
parent 4a41f86e65
commit e5d4f77b08

View File

@@ -355,7 +355,7 @@ export const useAuthStore = create<AuthState>(set => {
setTokenRenewal: (renewalTime, expiresAt) => {
const formattedTime = formatTimestampToLocalString(renewalTime);
// Update localStorage with human-readable format
localStorage.setItem('LIGHTRAG-LAST-TOKEN-RENEWAL', formattedTime);