We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0211fed commit cf4d070Copy full SHA for cf4d070
src/domains/services/validation.service.ts
@@ -56,7 +56,7 @@ const GITHUB_HOSTS = [
56
/**
57
* Custom GitHub URL resolver for private repositories
58
*/
59
-const createGitHubResolver = () => ({
+const createHttpWithAuthResolver = () => ({
60
schema: 'https',
61
order: 1,
62
0 commit comments