const { data, error } = await supabaseService
.schema('stations')
.from('station_follows')
.delete()
.match({ user_id: userId, podcast_id: id });
const { data, error } = await supabaseService
.schema('stations')
.from('station_follows')
.delete()
.match({ user_id: userId, podcast_id: id });