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 41f7910 commit fa5a4cbCopy full SHA for fa5a4cb
src/api/GithubClient.ts
@@ -36,7 +36,7 @@ export class GithubClient implements GithubApi {
36
const query = new URLSearchParams(params);
37
38
const baseUrl: string =
39
- this.configApi.get('gh-plugin.url') || 'https://api.github.com/';
+ this.configApi.getOptionalString('gh-plugin.url') || 'https://api.github.com/';
40
41
const url = new URL(
42
`${path}?${query.toString().replaceAll('%2B', '+')}`,
0 commit comments