Skip to content

Commit

Permalink
πŸ“† Sort comments by date (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClumsyVlad committed May 15, 2024
1 parent e9299e0 commit ddccc2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drizzle/queries/applications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export const getApplicationWithComments = cache(
},
},
},
orderBy: (comments, { asc }) => [asc(comments.createdAt)],
},
members: {
columns: {
Expand Down

0 comments on commit ddccc2b

Please sign in to comment.