added the comment in the result object

This commit is contained in:
Massimiliano Assante 2023-02-09 17:08:54 +01:00
parent 628e74258e
commit 5adae80a1a
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ public class Comments {
return Response.status(status).entity(responseBean).build(); return Response.status(status).entity(responseBean).build();
} }
responseBean.setResult(true); responseBean.setResult(theComment);
responseBean.setSuccess(true); responseBean.setSuccess(true);
return Response.status(status).entity(responseBean).build(); return Response.status(status).entity(responseBean).build();
} catch(FeedIDNotFoundException ex) { } catch(FeedIDNotFoundException ex) {