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 95a7fd0 commit 93d441cCopy full SHA for 93d441c
src/componentDetection.ts
@@ -291,7 +291,7 @@ export default class ComponentDetection {
291
private async getLatestReleaseURL(): Promise<string> {
292
let octokit: Octokit = this.octokit;
293
294
- if (this.baseUrl != 'https://api.github.com') {
+ if (this.baseUrl !== 'https://api.github.com') {
295
octokit = new Octokit({
296
auth: "", request: { fetch: fetch }, log: {
297
debug: console.debug,
0 commit comments