Skip to content

Commit

Permalink
sw page optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed May 10, 2024
1 parent bc3ec34 commit fcf5342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/ticket/ticket.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export class TicketService {
},
},
order: {
createdAt: 'DESC',
updatedAt: 'DESC',
},
take: 80,
});
Expand Down Expand Up @@ -323,7 +323,7 @@ export class TicketService {
},
take: 80,
order: {
createdAt: 'DESC',
updatedAt: 'DESC',
},
});
}
Expand Down

0 comments on commit fcf5342

Please sign in to comment.