Skip to content

Commit

Permalink
fix: cursor μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
sjk4618 committed Jan 21, 2025
1 parent df9abe7 commit 72579a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ public List<CakeInfoDto> findLatestLikedCakesByUser(final long userId,
Expressions.asBoolean(true), /// μœ μ €κ°€ μ’‹μ•„μš”ν•œ μΌ€μ΄ν¬μ΄λ―€λ‘œ true
cake.imageUrl,
likeCountSubQuery, // μ’‹μ•„μš” 개수
Expressions.nullExpression(),
cake.id,
Expressions.asBoolean(false)
)
)
Expand Down

0 comments on commit 72579a5

Please sign in to comment.