mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-11 21:11:57 +00:00
Fix edit
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
parent
591d292b19
commit
af213660e4
@ -144,7 +144,7 @@
|
||||
}
|
||||
|
||||
for (const file of message.files) {
|
||||
if (draft.files.find((it) => it.blobId === file.blobId)) continue
|
||||
if (files.find((it) => it.blobId === file.blobId)) continue
|
||||
void deleteFile(file.blobId)
|
||||
await communicationClient.removeFile(card._id, message.id, message.created, file.blobId)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user