1
0
Fork 0
mirror of synced 2024-08-03 04:12:03 +12:00
This commit is contained in:
Adria Navarro 2024-03-27 08:07:49 +01:00
parent 47ab920bd1
commit ac5bae0e23

View file

@ -62,7 +62,6 @@
} }
const deleteAttachments = async fileList => { const deleteAttachments = async fileList => {
console.error({ fileList })
try { try {
return await API.deleteAttachments({ return await API.deleteAttachments({
keys: fileList, keys: fileList,