fix(backend-git-gateway): omit /repos/ when no repo (#2846)
* fix(backend-git-gateway): omit /repos/ when no repo * chore: move fix to git gateway backend
This commit is contained in:
parent
c1c95874f4
commit
da2dab305a
@ -8,6 +8,7 @@ export default class API extends GithubAPI {
|
||||
this.tokenPromise = config.tokenPromise;
|
||||
this.commitAuthor = config.commitAuthor;
|
||||
this.repoURL = '';
|
||||
this.originRepoURL = '';
|
||||
}
|
||||
|
||||
hasWriteAccess() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user