Skip to content

Commit

Permalink
changed applied list order
Browse files Browse the repository at this point in the history
  • Loading branch information
richard483 committed Jan 25, 2024
1 parent 4a2beca commit 30bf4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/users/user.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export class UserRepository {
payment: true,
},
orderBy: {
updatedAt: 'asc',
updatedAt: 'desc',
},
},
_count: {
Expand Down

0 comments on commit 30bf4b5

Please sign in to comment.