Prechádzať zdrojové kódy

fix: adjust gitlab logic in provider.ts

Aiden Cline 2 mesiacov pred
rodič
commit
1f86aa8bb9

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

@@ -399,7 +399,7 @@ export namespace Provider {
         },
       }
     },
-    async gitlab(input) {
+    gitlab: async (input) => {
       const instanceUrl = Env.get("GITLAB_INSTANCE_URL") || "https://gitlab.com"
 
       const auth = await Auth.get(input.id)