We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414903d commit dc9bcfcCopy full SHA for dc9bcfc
src/schema/userTickets/mutations/claimUserTicket/index.ts
@@ -154,8 +154,6 @@ async function processTicketClaim({
154
155
const normalizedInput = normalizeTicketClaimInput(purchaseOrder, logger);
156
157
- console.log("normalizedInput", normalizedInput);
158
-
159
// Validate ticket requirements for each ticket being claimed
160
await Promise.all(
161
Object.keys(normalizedInput).map(async (ticketId) => {
0 commit comments