mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 01:12:15 +00:00
chore: format code
This commit is contained in:
parent
c2fa28c1be
commit
7aa57accf5
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue