fixed bug

This commit is contained in:
Massimiliano Assante 2022-05-03 15:43:18 +02:00
parent bf44c985b7
commit 7810eba3db
1 changed files with 1 additions and 5 deletions

View File

@ -189,11 +189,7 @@ public class Notifications {
logger.debug("workspace notifications from user = " + username);
if (!message.getType().getNotificationClass().isInstance(message)) {
//invalid call
return Response.status(Status.BAD_REQUEST).build();
}
logger.debug("workspace notifications request is correct, handling it");
logger.debug("trying hangling workspace notifications request");
ResponseBean responseBean = new ResponseBean();
Status status = Status.OK;