[Library | new-theme]: community.service.ts: Comment "clearSubscriptions()" in getCommunityAsync() which probably causes bug by canceling call for community information.

This commit is contained in:
Konstantina Galouni 2022-07-04 13:12:42 +03:00
parent de493c8492
commit 58be998563
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ export class CommunityService {
async getCommunityAsync() {
await this.promise;
this.clearSubscriptions();
// this.clearSubscriptions();
return this.community.getValue();
}