ppikachu
08/28/2021, 6:37 AMlet { data: user_presets, error } = await $supabase
.from('user_presets')
.select('preset_name, preset, id, visualsas(slug)')
.filter('visualsas.slug', 'eq', 'pixi')
The output, instead of filtering and returning the one with the blue arrow it's returning all rows...🤯Steve
08/28/2021, 10:09 PMppikachu
08/29/2021, 5:00 AM