Skip to content

Commit cf4d070

Browse files
Update src/domains/services/validation.service.ts
Co-authored-by: Fran Méndez <[email protected]>
1 parent 0211fed commit cf4d070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/domains/services/validation.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const GITHUB_HOSTS = [
5656
/**
5757
* Custom GitHub URL resolver for private repositories
5858
*/
59-
const createGitHubResolver = () => ({
59+
const createHttpWithAuthResolver = () => ({
6060
schema: 'https',
6161
order: 1,
6262

0 commit comments

Comments
 (0)