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 c5da3eb commit 29dddf0Copy full SHA for 29dddf0
src/configuration/configuration.ts
@@ -77,7 +77,7 @@ export function getGitHubApiUri(): string {
77
78
if(base.includes(".ghe.com")){
79
return `api.${base}`
80
- }else{
+ } else {
81
return `${base}/api/v3`;
82
}
83
0 commit comments