1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-17 19:29:44 +00:00

fixed github import bug

This commit is contained in:
Steven Hugg 2021-01-14 15:43:22 -06:00
parent f75141be30
commit cd10deafc2

View File

@ -143,7 +143,7 @@ export class GithubService {
subtreepath: urlparse.subtreepath, subtreepath: urlparse.subtreepath,
prefix: '', //this.getPrefix(urlparse.user, urlparse.repo), prefix: '', //this.getPrefix(urlparse.user, urlparse.repo),
repo: repo, repo: repo,
platform_id: this.project ? this.project.platform_id : saved.platform_id platform_id: this.project ? this.project.platform_id : (saved ? saved.platform_id : null)
}; };
//console.log(sess); //console.log(sess);
return sess; return sess;