Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRouyer committed Apr 1, 2024
1 parent 7e790d7 commit 223c0fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/src/router/ticket-timeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const ticketTimelineRouter = createTRPCRouter({
customerCreatedBy: true,
userCreatedBy: true,
},
limit: 50,
sortBy: {
createdAt: SortDirection.ASC,
},
Expand Down

0 comments on commit 223c0fc

Please sign in to comment.