Skip to content

Commit

Permalink
chore: PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-coye committed Apr 3, 2024
1 parent ca8a93f commit b80fb3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ extension AttachmentsManagerWorker: AttachmentsManagerWorkable {
let anyUsableTitle = await anyUsableTitle(in: htmlAttachments)

// Get all the sanitized HTML we can fetch
let allSanitizedHtmlString = await allSanitizedHtml(in: htmlAttachments).reduce("", +)
let allSanitizedHtmlString = await allSanitizedHtml(in: htmlAttachments).joined(separator: "")

// Mutate Draft
await backgroundRealm.execute { realm in
Expand Down

0 comments on commit b80fb3f

Please sign in to comment.