diff --git a/src/helpers/NotificationsHelper.ts b/src/helpers/NotificationsHelper.ts index 2c6ce08..ea989c5 100644 --- a/src/helpers/NotificationsHelper.ts +++ b/src/helpers/NotificationsHelper.ts @@ -168,7 +168,7 @@ export class NotificationsHelper { } - // For posts on grou pages + // For posts on group pages else if(n.fromContainerType == NotifElemType.GROUP_PAGE) { await this.PushGroupMembers(n, n.fromContainerID) }