Skip to content

Commit 8554809

Browse files
committed
lint
1 parent e45487e commit 8554809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/notifications/helpers/notifications.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ const bundleNotifications = (notificationsWithRules) => {
286286
_.reverse(notificationsWithRules).forEach((notificationWithRule) => {
287287
// if notifications doesn't have to be bundled, add it to notifications list as it is
288288
if (!notificationWithRule.notificationRule.shouldBundle) {
289-
bundledNotificationsWithRules.push(notificationWithRule);
290-
return;
289+
bundledNotificationsWithRules.push(notificationWithRule)
290+
return
291291
}
292292

293293
// try to find existent notification in the list to which we can bundle current one

0 commit comments

Comments
 (0)