Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
Hammerbeck committed Nov 14, 2024
1 parent f8826dc commit 178b845
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ public async Task<OneOf<List<AttachmentEntity>, Error>> GetExistingAttachments(L
foreach (var attachmentId in attachmentIds)
{
var attachment = await _attachmentRepository.GetAttachmentById(attachmentId, true);

if (attachment is not null)
{
if (attachment.Sender != sender) return Errors.InvalidSenderForAttachment;
Expand Down

0 comments on commit 178b845

Please sign in to comment.