fix: lint errors again

This commit is contained in:
Feng Yue
2025-08-13 13:23:10 +08:00
parent f193db926d
commit 56e4630827
3 changed files with 17 additions and 13 deletions

View File

@@ -366,7 +366,7 @@ const loadUsageStats = async () => {
userStore.getUserUsageStats({ period: selectedPeriod.value }),
userStore.getUserApiKeys()
])
usageStats.value = stats
userApiKeys.value = apiKeys
} catch (error) {