We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ece2a commit a16b208Copy full SHA for a16b208
1 file changed
lib/components/event-schedule-new/zupass/event-shops-list.ts
@@ -6,9 +6,9 @@ type EventShop = {
6
}
7
8
export const eventShops: EventShop[] = [
9
- // {
10
- // supabase_id: "54",
11
- // zupass_proof_id: "Devconnect ARG",
12
- // coupon_collection: "dss-voucher-gating",
13
- // },
+ {
+ supabase_id: "54",
+ zupass_proof_id: "Devconnect ARG",
+ coupon_collection: "dss-voucher-gating",
+ },
14
];
0 commit comments