refactored method notifications workspace

This commit is contained in:
Massimiliano Assante 2022-05-05 10:23:02 +02:00
parent cd0f65cf35
commit 410f540219
1 changed files with 0 additions and 1 deletions

View File

@ -205,7 +205,6 @@ public class Notifications {
for (int i = 0; i < idsToNotify.length; i++) {
String userIdToNotify = idsToNotify[i];
deliveryResult = notifyWorkspaceEvent(event, nm, userIdToNotify);
}
}
} catch(Exception e){