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 Aug 18, 2023
1 parent c657170 commit 6103a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MailCore/Cache/DraftManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ public final class DraftManager {
return
}
liveDraft.identityId = "\(defaultSignature.id)"

realm.add(liveDraft, update: .modified)

updatedDraft = liveDraft.detached()
}
return updatedDraft
Expand Down

0 comments on commit 6103a31

Please sign in to comment.