feat: catch exceptions link attachment service

This commit is contained in:
Ahmed Bouhuolia
2024-05-29 22:15:31 +02:00
parent 6e50de1d28
commit 308a4f62ae
13 changed files with 53 additions and 34 deletions

View File

@@ -98,6 +98,7 @@ export class AttachmentsOnSaleInvoiceCreated {
tenantId,
saleInvoiceDTO,
saleInvoice,
trx,
}: ISaleInvoiceEditedPayload) {
// if (isEmpty(saleInvoiceDTO.attachments)) return;
@@ -108,7 +109,8 @@ export class AttachmentsOnSaleInvoiceCreated {
tenantId,
keys,
'SaleInvoice',
saleInvoice.id
saleInvoice.id,
trx
);
}