completionId: cgen-6c110a3a95d14f96831dd9ff664a25fa

cgen-6c110a3a95d14f96831dd9ff664a25fa
This commit is contained in:
Builder.io 2025-11-12 05:47:33 +00:00
parent 7b79b446a2
commit 0d1c152b23

View file

@ -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();