Skip to content

Commit

Permalink
ticket optimising
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed May 4, 2024
1 parent d449252 commit effd08f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/features/ticket/ticket.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,13 @@ export class TicketService {
// signatures: IsNull(),
// },
},
select: {
need: {
id: true,
flaskId: true,
name: true,
},
},
});
}
getUserOnlyArrivalTickets(flaskUserId: number): Promise<TicketEntity[]> {
Expand Down

0 comments on commit effd08f

Please sign in to comment.