DanielMorales9 / gym

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check whether profilePath is used

todo opened this issue · comments

commented

// TODO check whether profilePath is used
this.profilePath = `profile/${this.user.id}/user`;
this.gymService.getConfig(this.user.id).subscribe((gym: Gym) => {
this.appName = gym.name;


This issue was generated by todo based on a TODO comment in a60cf20. It's been assigned to @DanielMorales9 because they committed the code.