fixed check

Feature/23186
Massimiliano Assante 2 years ago
parent e90bdcedb2
commit c3b1c8ab53

@ -346,7 +346,7 @@ public class Notifications {
status = Status.NOT_ACCEPTABLE;
logger.error("Username not found", e);
responseBean.setSuccess(false);
responseBean.setMessage("Username not found " + userIdToNotify);
responseBean.setMessage("Username not found, received: " + userIdToNotify);
return Response.status(status).entity(responseBean).build();
}
deliveryResult = notifyWorkspaceEvent(event, nm, username2Notify);

Loading…
Cancel
Save