We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4533d42 + c02971f commit 3d2fa76Copy full SHA for 3d2fa76
src/SocketLabs/InjectionApi/Core/InjectionRequestFactory.cs
@@ -115,9 +115,9 @@ internal virtual List<AttachmentJson> PopulateList(IEnumerable<IAttachment> atta
115
116
var results = new List<AttachmentJson>();
117
118
- var attachmentJson = new AttachmentJson();
119
foreach (var attachment in attachments)
120
{
+ var attachmentJson = new AttachmentJson();
121
attachmentJson.Name = attachment.Name;
122
attachmentJson.ContentType = attachment.MimeType;
123
attachmentJson.ContentId = attachment.ContentId;
0 commit comments