diff options
Diffstat (limited to 'cloud/app/src')
| -rw-r--r-- | cloud/app/src/routes/workspace/[id].tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/app/src/routes/workspace/[id].tsx b/cloud/app/src/routes/workspace/[id].tsx index c4c18bc66..38e19612a 100644 --- a/cloud/app/src/routes/workspace/[id].tsx +++ b/cloud/app/src/routes/workspace/[id].tsx @@ -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") |
