add user profile, profile vibe and trip vibe and social signal
This commit is contained in:
@@ -22,6 +22,7 @@ export async function updateProfileAction(formData: FormData) {
|
||||
city: formData.get("city"),
|
||||
instagram: formData.get("instagram"),
|
||||
interests,
|
||||
vibe: formData.get("vibe"),
|
||||
};
|
||||
|
||||
const parsed = updateProfileSchema.safeParse(raw);
|
||||
|
||||
Reference in New Issue
Block a user