From 739dc6999f7af6e8b5abdea8e23c8a32918ababe Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 23 Jan 2021 14:55:32 +0100 Subject: [PATCH] Fix typo --- src/helpers/NotificationsHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }