RED-7185 - RM-46 - Error message when adjusting the Justification #145

Merged
corina.olariu.ext1 merged 1 commits from RED-7185-checkComment into master 2023-09-27 08:15:26 +02:00

View File

@ -119,6 +119,7 @@ public class CommentService {
if (comment == null) {
return null;
}
checkComment(comment);
return commentPersistenceService.insert(CommentEntity.builder()
.text(comment)