© 2026 Hedgehog Software, LLC
return supabase .from('table1') .select(`*`) .eq('account', account)
return supabase .from('table1') .select(`*`) .eq('account', account) .eq('2ndThing', 2ndThing)