completionId: cgen-6683f6c2523b454699b3fd1c2cc2bdcf

cgen-6683f6c2523b454699b3fd1c2cc2bdcf
This commit is contained in:
Builder.io 2025-11-12 05:47:38 +00:00
parent 0d1c152b23
commit 73052bf3d3

View file

@ -175,6 +175,7 @@ export async function updateCreatorProfile(req: Request, userId: string) {
arm_affiliations,
is_discoverable,
allow_recommendations,
spotify_profile_url,
} = body;
const { data, error } = await supabase
@ -189,6 +190,7 @@ export async function updateCreatorProfile(req: Request, userId: string) {
arm_affiliations,
is_discoverable,
allow_recommendations,
spotify_profile_url,
updated_at: new Date().toISOString(),
})
.eq("user_id", userId)