diff --git a/FitConnect/EncryptedSender.cs b/FitConnect/EncryptedSender.cs
index b9fa33f6056b379486d94ba98d995f82fbff642d..a160dc129fe31fe7e57f8e67a3639943fa74efe0 100644
--- a/FitConnect/EncryptedSender.cs
+++ b/FitConnect/EncryptedSender.cs
@@ -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;
     }