diff --git a/api/ethos/artists.ts b/api/ethos/artists.ts index f67ee5a8..45dde4fe 100644 --- a/api/ethos/artists.ts +++ b/api/ethos/artists.ts @@ -30,7 +30,7 @@ export default async function handler(req: any, res: any) { verified, total_downloads, created_at, - user_profiles(id, full_name, avatar_url, email) + user_profiles(id, full_name, avatar_url) `, ) .eq("user_id", artistId)