Fix Unit & Integration tests
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Umbraco.Cms.Core.Models.Email
|
||||
Subject = subject;
|
||||
Body = body;
|
||||
IsBodyHtml = isBodyHtml;
|
||||
Attachments = attachments.ToList();
|
||||
Attachments = attachments?.ToList();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user