Skip to content

Commit

Permalink
Merge branch 'HOTFIX' of https://github.com/LikeLion-KNU/knufest-BE i…
Browse files Browse the repository at this point in the history
…nto HOTFIX
  • Loading branch information
himodu committed May 20, 2024
2 parents d4a17e8 + 155406f commit 76a3682
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public List<Comment> getCommentPage(int boothNum, String categori, int page, Str

int offset = (page-1) * 5;

comments = commentRepository.findAllOrderByIdDESC(booth.getId(), 5, offset);
comments = commentRepository.findAllOrderByIdDESC(booth.getId(), 20, offset);

if(!comments.isEmpty()) {
for (CommentEntity c : comments) {
Expand Down

0 comments on commit 76a3682

Please sign in to comment.