Platinum ticket
Launch Week 12 Ticket
1await supabase
2  .from('tickets')
3  .select('*')
4  .eq('launch_week', 'lw12')
5  .eq('username', 'zlataovce')
6  .single()
TICKET RESPONSE
1{
2  "data": {
3    "name": "Matouš Kučera",
4    "username": "zlataovce",
5    "ticket_number": "23260",
6    "role": null,
7    "company": null,
8    "location": null,
9  },
10  "error": null
11}

Matouš's Ticket

Join Matouš for Supabase Launch Week 12. Claim your ticket for a chance to win limited swag.