Skip to content

Commit

Permalink
fix: remove blob
Browse files Browse the repository at this point in the history
  • Loading branch information
scolastico committed Jan 21, 2024
1 parent d3a01ff commit 7254f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/email-lexoffice-import/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const redirectUnparsable = async (mail, id) => {
attachments: [
{
filename: 'mail.eml',
content: new Blob([mail], { type: 'message/rfc822' }),
content: mail,
}
]
})
Expand Down

0 comments on commit 7254f08

Please sign in to comment.