Skip to content

Commit

Permalink
ticket changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Jul 22, 2024
1 parent 225c23a commit 0819a3c
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 @@ -258,7 +258,7 @@ export class TicketService {
order: {
updatedAt: 'DESC',
},
take: 150,
take: 250,
});
}

Expand Down Expand Up @@ -323,7 +323,7 @@ export class TicketService {
updatedAt: true,
},
},
take: 150,
take: 250,
order: {
updatedAt: 'DESC',
},
Expand Down

0 comments on commit 0819a3c

Please sign in to comment.