Skip to content

Commit

Permalink
Check for requirements on agent behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
fforres committed Dec 2, 2024
1 parent 414903d commit dc9bcfc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/schema/userTickets/mutations/claimUserTicket/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ async function processTicketClaim({

const normalizedInput = normalizeTicketClaimInput(purchaseOrder, logger);

console.log("normalizedInput", normalizedInput);

// Validate ticket requirements for each ticket being claimed
await Promise.all(
Object.keys(normalizedInput).map(async (ticketId) => {
Expand Down

0 comments on commit dc9bcfc

Please sign in to comment.