Skip to content

Commit

Permalink
fix: fixed oderBy in getNotifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis3797 committed Jun 21, 2024
1 parent b59227f commit 1cebde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/controller/user.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ export const getNotifications = async (
notifications: {
take: 30,
orderBy: {
created_at: "asc"
created_at: "desc"
}
}
}
Expand Down

0 comments on commit 1cebde5

Please sign in to comment.