Skip to content
Snippets Groups Projects
Commit fe257e67 authored by Klaus Fischer's avatar Klaus Fischer
Browse files

Resolved test error

parent 62913eff
No related branches found
No related tags found
1 merge request!15Feature/580 encrypted data
......@@ -23,7 +23,7 @@ public partial class Sender {
throw new ArgumentException("Submission is not ready");
Logger?.LogInformation("Uploading pre encrypted attachments");
UploadAttachmentsAsync(Submission.Id!, attachments);
UploadAttachments(Submission.Id!, attachments);
return this;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment