From e577e4c97664a5188013678686ff033102053a4a Mon Sep 17 00:00:00 2001 From: enlineawork Date: Mon, 7 Sep 2026 21:38:56 -0300 Subject: [PATCH] F4: export SMTP delivery for remote signature invitations --- api-v3/src/inspection-reports/inspection-reports.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-v3/src/inspection-reports/inspection-reports.module.ts b/api-v3/src/inspection-reports/inspection-reports.module.ts index 6f5d076..4696531 100644 --- a/api-v3/src/inspection-reports/inspection-reports.module.ts +++ b/api-v3/src/inspection-reports/inspection-reports.module.ts @@ -28,6 +28,6 @@ import { SmtpDeliveryService } from './smtp-delivery.service'; InspectionDocumentDeliveryService, SmtpDeliveryService, ], - exports: [InspectionReportsService], + exports: [InspectionReportsService, SmtpDeliveryService], }) export class InspectionReportsModule {}