Skip to content

Commit

Permalink
feat: change asc to desc
Browse files Browse the repository at this point in the history
  • Loading branch information
wwei-github committed Dec 29, 2023
1 parent 647f513 commit ce32d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logos/logos.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export class LogosService {
},
take: 10,
orderBy: {
id: 'asc',
id: 'desc',
},
include: {
logoName: true,
Expand Down

0 comments on commit ce32d20

Please sign in to comment.