diff options
| author | Dax Raad <[email protected]> | 2025-09-03 12:31:09 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-03 12:32:03 -0400 |
| commit | 59e550271d3c9bc50ebb8b7ba0d04eacd1e49e1a (patch) | |
| tree | 01c62ec789806c12915f46d3714b8dc08cdae630 /cloud/app/src/context/auth.withActor.ts | |
| parent | afebe920b267431272bd4cc81111848ab5eb21a3 (diff) | |
| download | opencode-59e550271d3c9bc50ebb8b7ba0d04eacd1e49e1a.tar.gz opencode-59e550271d3c9bc50ebb8b7ba0d04eacd1e49e1a.zip | |
wip: cloud
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() |
