completionId: cgen-6683f6c2523b454699b3fd1c2cc2bdcf
cgen-6683f6c2523b454699b3fd1c2cc2bdcf
This commit is contained in:
parent
0d1c152b23
commit
73052bf3d3
1 changed files with 2 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ export async function updateCreatorProfile(req: Request, userId: string) {
|
||||||
arm_affiliations,
|
arm_affiliations,
|
||||||
is_discoverable,
|
is_discoverable,
|
||||||
allow_recommendations,
|
allow_recommendations,
|
||||||
|
spotify_profile_url,
|
||||||
} = body;
|
} = body;
|
||||||
|
|
||||||
const { data, error } = await supabase
|
const { data, error } = await supabase
|
||||||
|
|
@ -189,6 +190,7 @@ export async function updateCreatorProfile(req: Request, userId: string) {
|
||||||
arm_affiliations,
|
arm_affiliations,
|
||||||
is_discoverable,
|
is_discoverable,
|
||||||
allow_recommendations,
|
allow_recommendations,
|
||||||
|
spotify_profile_url,
|
||||||
updated_at: new Date().toISOString(),
|
updated_at: new Date().toISOString(),
|
||||||
})
|
})
|
||||||
.eq("user_id", userId)
|
.eq("user_id", userId)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue