This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Collections mehr hervorheben"

Merged Michael Breu requested to merge 460-collections-mehr-hervorheben into development
Compare and Show latest version
16 files
+ 14
36
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -58,9 +58,7 @@ public class ChatMessageService {
ChatMessage chatMessage = new ChatMessage();
Review review = reviewRepository.getById(chatMessageDTO.getReviewID());
if (review == null) {
log.warn("Review not found for ID: {}", chatMessageDTO.getReviewID());
}
chatMessage.setReview(review);
chatMessage.setTimestamp(new Date());