wip: typechecking
This commit is contained in:
parent
810c9cff1d
commit
4a76224268
6 changed files with 8 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ import { Actor } from "@opencode/cloud-core/actor.js"
|
|||
/////////////////////////////////////
|
||||
|
||||
|
||||
const listKeys = query(() => {
|
||||
const listKeys = query(async () => {
|
||||
"use server"
|
||||
return withActor(() => Key.list())
|
||||
}, "key.list")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue