fix(medusa,file-local,file-s3,core-flows): fix csv parsing special characters (#13649)
* fix(): fix csv parsing special characters * remove other tries * tweak * remove comments * Create rude-mirrors-hang.md
This commit is contained in:
@@ -24,7 +24,7 @@ export const POST = async (
|
||||
files: input?.map((f) => ({
|
||||
filename: f.originalname,
|
||||
mimeType: f.mimetype,
|
||||
content: f.buffer.toString("binary"),
|
||||
content: f.buffer.toString("base64"),
|
||||
access: "public",
|
||||
})),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user