Skip to content

Commit

Permalink
Merge pull request #54 from xpring-eng/fix-ticket-errors
Browse files Browse the repository at this point in the history
fix: Ticket errors
  • Loading branch information
jonathanlei authored Apr 22, 2024
2 parents 39181b3 + 4d1d006 commit fe8d660
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 fe8d660

Please sign in to comment.