summaryrefslogtreecommitdiffhomepage
path: root/cloud/function/src/auth.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/function/src/auth.ts')
-rw-r--r--cloud/function/src/auth.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/function/src/auth.ts b/cloud/function/src/auth.ts
index 79d7805de..17c3fa8ea 100644
--- a/cloud/function/src/auth.ts
+++ b/cloud/function/src/auth.ts
@@ -9,7 +9,7 @@ import { CloudflareStorage } from "@openauthjs/openauth/storage/cloudflare"
import { Account } from "@opencode/cloud-core/account.js"
import { Workspace } from "@opencode/cloud-core/workspace.js"
import { Actor } from "@opencode/cloud-core/actor.js"
-import { Resource } from "@opencode/cloud-core/util/resource.js"
+import { Resource } from "@opencode/cloud-resource"
type Env = {
AuthStorage: KVNamespace