completionId: cgen-6c110a3a95d14f96831dd9ff664a25fa
cgen-6c110a3a95d14f96831dd9ff664a25fa
This commit is contained in:
parent
7b79b446a2
commit
0d1c152b23
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue