Skip to content

Commit

Permalink
Resize EmailAttachmentEntity fields according to AssetEntryEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyshibanov committed Apr 1, 2024
1 parent 5af17e1 commit 3cd937b
Show file tree
Hide file tree
Showing 11 changed files with 1,871 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class EmailAttachment : ValueObject, IHasLanguageCode
public string FileName { get; set; }
public string Url { get; set; }
public string MimeType { get; set; }
public string Size { get; set; }
public long Size { get; set; }
public string LanguageCode { get; set; }
}
}
Loading

0 comments on commit 3cd937b

Please sign in to comment.