mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-12 15:32:11 +00:00
Removed not necessary genic parameter
This commit is contained in:
parent
6b92a0bc85
commit
de91af6024
@ -169,7 +169,7 @@ public partial class AttachDocuments : MSGComponentBase
|
||||
var pending = this.OwnerChat?.PendingMediaTranscripts ?? [];
|
||||
var changed = false;
|
||||
|
||||
foreach (var attachment in completed.Concat<FileAttachment>(pending))
|
||||
foreach (var attachment in completed.Concat(pending))
|
||||
changed |= this.DocumentPaths.Add(attachment);
|
||||
|
||||
if (changed)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user