Skip to content

Commit 80e8b5c

Browse files
authored
Merge pull request #71 from kc3hack/hayato/develop
画像アップロードされない問題修正
2 parents 54134f9 + cd443e8 commit 80e8b5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/app/yomu/postActions.ts

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export const postYomu = async (data: PostData): Promise<PostResult> => {
4141
original: data.originalText,
4242
user_name: data.userName,
4343
user_icon: data.userIconPath,
44+
image: data.imageData,
4445
},
4546
});
4647
}

0 commit comments

Comments
 (0)