TitusTetricus
02/24/2022, 8:15 PMlet { data: parameters, error, status } = await supabase
.from('parameters')
.select(`*`)
.eq('user_id', user.id);
Any help as to what I am missing here? Hitting the API directly via Postman does not return the single record either. Thanks.garyaustin
02/24/2022, 9:25 PMTitusTetricus
02/25/2022, 2:24 PM