From 4a76224268f012ff7c22754e4eb624f151c05fe5 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 2 Sep 2025 03:18:13 -0400 Subject: wip: typechecking --- cloud/app/src/routes/workspace/[id].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloud/app/src') 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") -- cgit v1.2.3