Brain fart

This commit is contained in:
Markus Olsson 2024-06-07 17:32:28 +02:00
parent a00ff6df4d
commit 4dc4e76883

View file

@ -2265,7 +2265,7 @@ export async function isGitHubHost(url: string) {
// bitbucket.example.com, etc // bitbucket.example.com, etc
if (/(^|\.)(bitbucket|gitlab)\./.test(hostname)) { if (/(^|\.)(bitbucket|gitlab)\./.test(hostname)) {
return true return false
} }
if (getEndpointVersion(endpoint) !== null) { if (getEndpointVersion(endpoint) !== null) {