From 325195f9d69daf3c3d05304582fb2328c4627900 Mon Sep 17 00:00:00 2001 From: mutugiii Date: Fri, 18 Oct 2024 17:28:16 +0300 Subject: [PATCH] Testing --- src/app/community/community.component.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/community/community.component.ts b/src/app/community/community.component.ts index 6c81a417cc..f0868f5a5a 100644 --- a/src/app/community/community.component.ts +++ b/src/app/community/community.component.ts @@ -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);