Skip to content

Commit

Permalink
[fix] #148 change to uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
chaewonni committed Sep 11, 2024
1 parent 3a551a9 commit 0fcc65a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ SELECT CASE WHEN EXISTS (

@Query("""
SELECT m from Member m
join fetch m.meeting
JOIN FETCH m.meeting
WHERE m.user.id = :userId
""")
List<Member> findByUserId(Long userId);
Expand Down

0 comments on commit 0fcc65a

Please sign in to comment.