another style change

This commit is contained in:
Paul Koudelka 2026-04-01 16:17:47 +02:00
parent dd70202ff3
commit 673761339e

View File

@ -181,7 +181,7 @@ public partial class AttachDocuments : MSGComponentBase
{
if(!await FileExtensionValidation.IsExtensionValidWithNotifyAsync(FileExtensionValidation.UseCase.ATTACHING_CONTENT, path, this.ValidateMediaFileTypes, this.Provider))
continue;
this.DocumentPaths.Add(FileAttachment.FromPath(path));
}