Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shem8 committed Jan 22, 2024
1 parent b62da18 commit 65f0a4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/main/java/io/spring/api/CommentsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public ResponseEntity deleteComment(
.findById(item.getId(), commentId)
.map(
comment -> {
// todo
commentRepository.remove(comment);
return ResponseEntity.noContent().build();
})
Expand Down

0 comments on commit 65f0a4c

Please sign in to comment.