Skip to content

Commit

Permalink
release: 0.9.9 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb authored Dec 23, 2024
2 parents 9ce25a5 + db75286 commit 0202ecf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface UserRepository : JpaRepository<User, Long> {

@Query(
"""
select u from User as u
select u from user as u
left join fetch u.contributions
where u.name = :name
"""
Expand Down

0 comments on commit 0202ecf

Please sign in to comment.