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:
Shawn Erquhart 2019-11-07 10:34:30 -05:00 committed by Erez Rokah
parent c1c95874f4
commit da2dab305a

View File

@ -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() {