summaryrefslogtreecommitdiffhomepage
path: root/packages/opencode/src/auth/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/opencode/src/auth/index.ts')
-rw-r--r--packages/opencode/src/auth/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/opencode/src/auth/index.ts b/packages/opencode/src/auth/index.ts
index 6f588e937..411d9dccc 100644
--- a/packages/opencode/src/auth/index.ts
+++ b/packages/opencode/src/auth/index.ts
@@ -5,8 +5,8 @@ import * as S from "./effect"
export { OAUTH_DUMMY_KEY } from "./effect"
-function runPromise<A>(f: (service: S.AuthEffect.Interface) => Effect.Effect<A, S.AuthError>) {
- return runtime.runPromise(S.AuthEffect.Service.use(f))
+function runPromise<A>(f: (service: S.Auth.Interface) => Effect.Effect<A, S.AuthError>) {
+ return runtime.runPromise(S.Auth.Service.use(f))
}
export namespace Auth {