From 8bab874751c41df81fee76163230d2374b6bd3f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 25 Jul 2023 16:58:20 +0200 Subject: [PATCH] Uncomment console.log --- backend/src/middleware/notifications/notificationsMiddleware.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/middleware/notifications/notificationsMiddleware.ts b/backend/src/middleware/notifications/notificationsMiddleware.ts index 183134499..0e8aa40b4 100644 --- a/backend/src/middleware/notifications/notificationsMiddleware.ts +++ b/backend/src/middleware/notifications/notificationsMiddleware.ts @@ -74,6 +74,7 @@ const notifyPublishUsersOfMentionInclAll = async (label, id, idsOfUsers, reason, } } } else { + // Wolle console.log('notifyPublishUsersOfMentionInclAll – no all') await publishNotifications(context, [ notifyUsersOfMention(label, id, idsOfUsers, reason, context), ])