diff options
Diffstat (limited to 'cloud/app/src/context/auth.withActor.ts')
| -rw-r--r-- | cloud/app/src/context/auth.withActor.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloud/app/src/context/auth.withActor.ts b/cloud/app/src/context/auth.withActor.ts index a61b728ef..5c87f1338 100644 --- a/cloud/app/src/context/auth.withActor.ts +++ b/cloud/app/src/context/auth.withActor.ts @@ -1,5 +1,6 @@ import { Actor } from "@opencode/cloud-core/actor.js" import { getActor } from "./auth" +import { getRequestEvent } from "solid-js/web" export async function withActor<T>(fn: () => T) { const actor = await getActor() |
