mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +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,
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user