From 58be99856329087dc90f84e50a39c274a464d7bf Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Mon, 4 Jul 2022 13:12:42 +0300 Subject: [PATCH] [Library | new-theme]: community.service.ts: Comment "clearSubscriptions()" in getCommunityAsync() which probably causes bug by canceling call for community information. --- connect/community/community.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect/community/community.service.ts b/connect/community/community.service.ts index d3f60084..af4caa0f 100644 --- a/connect/community/community.service.ts +++ b/connect/community/community.service.ts @@ -56,7 +56,7 @@ export class CommunityService { async getCommunityAsync() { await this.promise; - this.clearSubscriptions(); + // this.clearSubscriptions(); return this.community.getValue(); }