Skip to content

Commit

Permalink
Revert "Update secret.service.ts"
Browse files Browse the repository at this point in the history
This reverts commit 50ea093.
  • Loading branch information
anudeeps352 committed Jul 26, 2024
1 parent 0967902 commit 99ce8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/secret/service/secret.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ export class SecretService {
skip: page * limit,
take: limit,
orderBy: {
[sort]: sort
[sort]: 'desc'
}
})
return revisions
Expand Down

0 comments on commit 99ce8da

Please sign in to comment.