Skip to content

Commit

Permalink
clearer tags
Browse files Browse the repository at this point in the history
  • Loading branch information
fforres committed Aug 18, 2024
1 parent 6b95609 commit bbe2d21
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/notifications/tickets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,6 @@ export const sendActualUserTicketQREmails = async ({
name: "userTicket",
value: userTicket.id,
},
{
name: "ticketName",
value: userTicket.ticketTemplate.name,
},
{
name: "ticketId",
value: userTicket.ticketTemplate.id,
Expand All @@ -224,10 +220,6 @@ export const sendActualUserTicketQREmails = async ({
name: "eventId",
value: userTicket.ticketTemplate.event.id,
},
{
name: "eventName",
value: userTicket.ticketTemplate.event.name,
},
{
name: "userId",
value: userTicket.user.id,
Expand Down

0 comments on commit bbe2d21

Please sign in to comment.