© 2026 Hedgehog Software, LLC
const { data, error } = await supabase .from('attendance') .delete() .match([{address: $userAccount.address, id: id}])
.match