mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-21 23:30:58 +00:00
fixed github import bug
This commit is contained in:
parent
f75141be30
commit
cd10deafc2
@ -143,7 +143,7 @@ export class GithubService {
|
||||
subtreepath: urlparse.subtreepath,
|
||||
prefix: '', //this.getPrefix(urlparse.user, urlparse.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);
|
||||
return sess;
|
||||
|
Loading…
Reference in New Issue
Block a user