Skip to content

Commit

Permalink
hotfix: 댓글 로직 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimhalin committed Jun 9, 2023
1 parent 420a40d commit 3b4ae6a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public class CommentService {
private final CommentMapper commentMapper;

public Comment createComment(CommentDto.CommentCreateRequest dto, Long userId) {
findByCommentId(dto.getParentId());
Comment entity = commentMapper.toCommentEntity(dto, userId);
return commentRepository.save(entity);
}
Expand Down

0 comments on commit 3b4ae6a

Please sign in to comment.