chore: format code

pull/2560/head
GitHub Action 2025-09-11 04:00:17 +00:00
parent c2fa28c1be
commit 37b6a55eb1
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ function NewUserSection() {
)
}
export default function() {
export default function () {
const params = useParams()
const keys = createAsync(() => listKeys(params.id))
const usage = createAsync(() => getUsageInfo(params.id))