From 0d1c152b237be57c35072f3bf795b4893bacd6bc Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 12 Nov 2025 05:47:33 +0000 Subject: [PATCH] completionId: cgen-6c110a3a95d14f96831dd9ff664a25fa cgen-6c110a3a95d14f96831dd9ff664a25fa --- api/creators.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/creators.ts b/api/creators.ts index 10a7205c..e2754e0d 100644 --- a/api/creators.ts +++ b/api/creators.ts @@ -128,6 +128,7 @@ export async function createCreatorProfile(req: Request, userId: string) { experience_level, primary_arm, arm_affiliations, + spotify_profile_url, } = body; const { data, error } = await supabase @@ -141,6 +142,7 @@ export async function createCreatorProfile(req: Request, userId: string) { experience_level, primary_arm, arm_affiliations: arm_affiliations || [], + spotify_profile_url, }) .select() .single();