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.tokenPromise = config.tokenPromise;
|
||||||
this.commitAuthor = config.commitAuthor;
|
this.commitAuthor = config.commitAuthor;
|
||||||
this.repoURL = '';
|
this.repoURL = '';
|
||||||
|
this.originRepoURL = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
hasWriteAccess() {
|
hasWriteAccess() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user