Skip to content

Commit

Permalink
fix: "댓글 정렬 API 수정"
Browse files Browse the repository at this point in the history
  • Loading branch information
seonwoo-jung committed Jun 12, 2024
1 parent d04e6f1 commit a8296ae
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ class LessonHistoryCommentRepositoryImpl(
.from(lessonHistoryComment)
.where(
lessonHistoryIdEq(lessonHistoryId),
parentCommentIdEq(lessonHistoryCommentId),
lessonHistoryComment.delYn.eq(false)
parentCommentIdEq(lessonHistoryCommentId)
)
.fetchOne() ?: 1
}
Expand Down

0 comments on commit a8296ae

Please sign in to comment.