Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodecleyre committed Dec 17, 2023
1 parent 0216284 commit bf7410a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export class Auth {
piiLoggingEnabled: false,
logLevel: debug ? LogLevel.Verbose : LogLevel.Error
},
proxyUrl: process.env.HTTP_PROXY || process.env.HTTTPS_PROXY
proxyUrl: process.env.HTTP_PROXY || process.env.HTTPS_PROXY
}
};
}
Expand Down

0 comments on commit bf7410a

Please sign in to comment.