diff --git a/lib/constants/platforms.ts b/lib/constants/platforms.ts index d1ee8156312ba63e0f192e17fc96379f12c8c91d..65d5c60a7e931db0af7239231794be39faaf2bae 100644 --- a/lib/constants/platforms.ts +++ b/lib/constants/platforms.ts @@ -14,7 +14,6 @@ export const GITEA_API_USING_HOST_TYPES = [ 'gitea-changelog', 'gitea-releases', 'gitea-tags', - 'custom', ]; export const GITHUB_API_USING_HOST_TYPES = [ @@ -26,7 +25,6 @@ export const GITHUB_API_USING_HOST_TYPES = [ 'hermit', 'github-changelog', 'conan', - 'custom', ]; export const GITLAB_API_USING_HOST_TYPES = [ @@ -36,12 +34,10 @@ export const GITLAB_API_USING_HOST_TYPES = [ 'gitlab-packages', 'gitlab-changelog', 'pypi', - 'custom', ]; export const BITBUCKET_API_USING_HOST_TYPES = [ 'bitbucket', 'bitbucket-changelog', 'bitbucket-tags', - 'custom', ];