Skip to content

Commit

Permalink
Merge pull request #329 from ODOICHON/dev
Browse files Browse the repository at this point in the history
hotfix: ๋งˆ์ดํŽ˜์ด์ง€ ๋‚ด๊ฐ€ ์“ด ๊ธ€ ์กฐํšŒ
  • Loading branch information
dldmsql authored Nov 29, 2023
2 parents f5da8ad + 11b31e3 commit d95599d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class BoardRepositoryImpl(
board.user.eq(user),
board.useYn.eq(true),
)
.orderBy(board.fixed.desc())
.orderBy(board.createdAt.desc())
.limit(pageable.pageSize.toLong())
.offset(pageable.offset)
.fetch()
Expand Down

0 comments on commit d95599d

Please sign in to comment.