add user profile, profile vibe and trip vibe and social signal
This commit is contained in:
@@ -28,6 +28,7 @@ export async function createTripAction(formData: FormData) {
|
||||
endDate: (formData.get("endDate") as string) || undefined,
|
||||
maxParticipants: formData.get("maxParticipants") as string,
|
||||
price: formData.get("price") as string,
|
||||
vibe: formData.get("vibe"),
|
||||
};
|
||||
|
||||
const result = createTripSchema.safeParse(raw);
|
||||
|
||||
Reference in New Issue
Block a user