Skip to content

Commit

Permalink
Update MailCore/Models/Draft.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Perignon <valentin.perignon@infomaniak.com>
  • Loading branch information
adrien-coye and valentinperignon committed Jun 9, 2023
1 parent b4e9e41 commit ff4b6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MailCore/Models/Draft.swift
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public class Draft: Object, Codable, Identifiable {
}
}

// Store compressed data to reduce realm size.
/// Store compressed data to reduce realm size.
@Persisted var bodyData: Data?

private enum CodingKeys: String, CodingKey {
Expand Down

0 comments on commit ff4b6a6

Please sign in to comment.