Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutugiii committed Oct 18, 2024
1 parent 09a07e7 commit 325195f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/community/community.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,15 @@ export class CommunityComponent implements OnInit, OnDestroy {
}),
switchMap(configurations => {
this.configuration = configurations[0];
console.log('-------------------------------');
console.log('configuration');
console.log(this.configuration);
console.log('-------------------------------');
this.team = this.teamObject(this.planetCode);
console.log('-------------------------------');
console.log('team');
console.log(this.team);
console.log('-------------------------------');
this.teamId = this.team._id;
this.requestNewsAndUsers(this.planetCode);
return this.getLinks(this.planetCode);
Expand Down

0 comments on commit 325195f

Please sign in to comment.