We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54134f9 + cd443e8 commit 80e8b5cCopy full SHA for 80e8b5c
frontend/src/app/yomu/postActions.ts
@@ -41,6 +41,7 @@ export const postYomu = async (data: PostData): Promise<PostResult> => {
41
original: data.originalText,
42
user_name: data.userName,
43
user_icon: data.userIconPath,
44
+ image: data.imageData,
45
},
46
});
47
}
0 commit comments