From 73052bf3d3049a8ec4ddf794021b187e46c7615a Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 12 Nov 2025 05:47:38 +0000 Subject: [PATCH] completionId: cgen-6683f6c2523b454699b3fd1c2cc2bdcf cgen-6683f6c2523b454699b3fd1c2cc2bdcf --- api/creators.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/creators.ts b/api/creators.ts index e2754e0d..1488f8e1 100644 --- a/api/creators.ts +++ b/api/creators.ts @@ -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)