Skip to content

Commit

Permalink
feat: print update ticket info
Browse files Browse the repository at this point in the history
  • Loading branch information
uffy committed Jul 23, 2024
1 parent c3dad88 commit 35b009f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next/api/src/ticket/TicketUpdater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ export class TicketUpdater {
this.data.ACL = this.getCurrentACL();
}

console.log("updateTicket", this.ticket.id, this.ticket.status, JSON.stringify(this.data))
const ticket = await this.ticket.update(
this.data,
this.getModifyOptions(operator, options?.useMasterKey)
Expand Down

0 comments on commit 35b009f

Please sign in to comment.