From 4c8b127e55aa733332d3c87e3267ae1d6a6bd636 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 15 Nov 2025 16:47:21 +0000 Subject: [PATCH] completionId: cgen-055bb26257de41fd8309f9cc5cf61bb0 cgen-055bb26257de41fd8309f9cc5cf61bb0 --- api/ethos/artists.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)