From f2c4f0948194580b1dd38958bd8844addf76f362 Mon Sep 17 00:00:00 2001 From: Ewan Lyon Date: Wed, 27 Mar 2024 20:23:09 +1100 Subject: [PATCH] update event --- apps/nextjs/components/Ticket/TicketSale.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nextjs/components/Ticket/TicketSale.tsx b/apps/nextjs/components/Ticket/TicketSale.tsx index fd06d14..e0fa507 100644 --- a/apps/nextjs/components/Ticket/TicketSale.tsx +++ b/apps/nextjs/components/Ticket/TicketSale.tsx @@ -42,7 +42,7 @@ export function TicketProduct() { user(where: { id: $userId }) { verified } - event(where: { shortname: "ASM2023" }) { + event(where: { shortname: "ASM2024" }) { acceptingTickets } }