Skip to content

Commit

Permalink
fix: Ticket errors
Browse files Browse the repository at this point in the history
  • Loading branch information
justinr1234 committed Apr 22, 2024
1 parent 39181b3 commit 4d1d006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ticket-queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ export async function getTicket(client: Client) {
createTicketsPromise = null;
})
.catch((error) => {
console.log(
createTicketsPromise = null;
console.error(
`Failed to create tickets. Error: ${JSON.stringify(error)} Message: ${
error?.message
}`
Expand Down

0 comments on commit 4d1d006

Please sign in to comment.