Uncomment console.log

This commit is contained in:
Wolfgang Huß 2023-07-25 16:58:20 +02:00
parent 876869bb29
commit 8bab874751

View File

@ -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),
])