Skip to content

Commit

Permalink
Review: Not fetching project eagerly
Browse files Browse the repository at this point in the history
  • Loading branch information
StaNov committed Jan 14, 2025
1 parent 072ef7b commit 2db986d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ interface NotificationRepository : JpaRepository<Notification, Long> {
"""
SELECT n
FROM Notification n
LEFT JOIN FETCH n.project
LEFT JOIN FETCH n.user AS u
LEFT JOIN FETCH n.originatingUser
LEFT JOIN FETCH n.linkedTask
Expand Down

0 comments on commit 2db986d

Please sign in to comment.