Skip to content

Commit

Permalink
fix : 알림 최신순 정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
ehBeak committed Nov 15, 2023
1 parent e5e27c7 commit 552e2e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public List<ActivityNotificationCommand> findActivityNotifications(String userEm
userActivityNotificationJpaEntity.activityNotificationJpaEntity.requesterJpaEntity)
.where(
userActivityNotificationJpaEntity.userJpaEntity.userEmail.eq(userEmail)
)
).orderBy(userActivityNotificationJpaEntity.activityNotificationJpaEntity.createdAt.desc())
.fetch();
}

Expand Down

0 comments on commit 552e2e0

Please sign in to comment.