Skip to content

Commit

Permalink
fix(next/api): add missing export keys
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjdd committed Mar 22, 2024
1 parent 255289a commit ea763e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next/api/src/ticket/export/ExportTicket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ const FIXED_KEYS = [
'language',
'createdAt',
'updatedAt',
'firstReplyTime(seconds)',
'replies',
];

Expand Down

0 comments on commit ea763e2

Please sign in to comment.