Browse Source

chore: generate

opencode-agent[bot] 4 tháng trước cách đây
mục cha
commit
12b8e1c2be
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      packages/opencode/src/provider/auth.ts

+ 2 - 1
packages/opencode/src/provider/auth.ts

@@ -33,7 +33,8 @@ export namespace ProviderAuth {
       method: z.number(),
       inputs: z.record(z.string(), z.string()).optional(),
     }),
-    async (input): Promise<Authorization | undefined> => runPromiseInstance(S.Service.use((svc) => svc.authorize(input))),
+    async (input): Promise<Authorization | undefined> =>
+      runPromiseInstance(S.Service.use((svc) => svc.authorize(input))),
   )
 
   export const callback = fn(