fix: adjust gitlab logic in provider.ts

This commit is contained in:
Aiden Cline
2026-01-14 11:42:30 -06:00
parent d83756eaaf
commit 1f86aa8bb9

View File

@@ -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)