Skip to content

Commit

Permalink
Merge pull request #74 from richard483/fix-1
Browse files Browse the repository at this point in the history
Fix 1
  • Loading branch information
richard483 authored Jan 25, 2024
2 parents 3b6f31e + 30bf4b5 commit 1c5cfb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend-8tech",
"version": "4.2.5",
"version": "4.2.6",
"description": "",
"author": "8tech",
"private": true,
Expand Down
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: {
createdAt: 'asc',
updatedAt: 'desc',
},
},
_count: {
Expand Down

0 comments on commit 1c5cfb7

Please sign in to comment.