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 07839f1 commit bc3ec34
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 @@ -257,7 +257,7 @@ export class TicketService {
order: {
createdAt: 'DESC',
},
take: 50,
take: 80,
});
}

Expand Down Expand Up @@ -321,7 +321,7 @@ export class TicketService {
},
},
},
take: 50,
take: 80,
order: {
createdAt: 'DESC',
},
Expand Down

0 comments on commit bc3ec34

Please sign in to comment.