Skip to content

Commit

Permalink
update event
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Mar 27, 2024
1 parent 90e4ca0 commit f2c4f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/components/Ticket/TicketSale.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function TicketProduct() {
user(where: { id: $userId }) {
verified
}
event(where: { shortname: "ASM2023" }) {
event(where: { shortname: "ASM2024" }) {
acceptingTickets
}
}
Expand Down

0 comments on commit f2c4f09

Please sign in to comment.