From 4dc4e76883683d75e5fadf6a42f6e302b94d9f73 Mon Sep 17 00:00:00 2001 From: Markus Olsson Date: Fri, 7 Jun 2024 17:32:28 +0200 Subject: [PATCH] Brain fart --- app/src/lib/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/lib/api.ts b/app/src/lib/api.ts index 2c66606c32..6a22c7bca1 100644 --- a/app/src/lib/api.ts +++ b/app/src/lib/api.ts @@ -2265,7 +2265,7 @@ export async function isGitHubHost(url: string) { // bitbucket.example.com, etc if (/(^|\.)(bitbucket|gitlab)\./.test(hostname)) { - return true + return false } if (getEndpointVersion(endpoint) !== null) {