From 410f5402194ccd4d26c830a4af789880abdfdcbe Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Thu, 5 May 2022 10:23:02 +0200 Subject: [PATCH] refactored method notifications workspace --- .../portal/social/networking/ws/methods/v2/Notifications.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/gcube/portal/social/networking/ws/methods/v2/Notifications.java b/src/main/java/org/gcube/portal/social/networking/ws/methods/v2/Notifications.java index a3042ad..25c81eb 100644 --- a/src/main/java/org/gcube/portal/social/networking/ws/methods/v2/Notifications.java +++ b/src/main/java/org/gcube/portal/social/networking/ws/methods/v2/Notifications.java @@ -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){