mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-05-13 21:27:46 +00:00
fix: edit form youtubeId errors
This commit is contained in:
parent
ca2117c4a3
commit
903f36f1ee
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ export async function PATCH(request: NextRequest, { params }: { params: Promise<
|
|||
makeup: formData.get("makeup") ?? undefined,
|
||||
miiPortraitImage: formData.get("miiPortraitImage"),
|
||||
miiFeaturesImage: formData.get("miiFeaturesImage"),
|
||||
youtubeId: formData.get("youtubeId"),
|
||||
youtubeId: formData.get("youtubeId") ?? undefined,
|
||||
instructions: minifiedInstructions,
|
||||
image1: formData.get("image1"),
|
||||
image2: formData.get("image2"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue