diff --git a/IRaCIS.Core.Application/Service/Common/EmailLogService.cs b/IRaCIS.Core.Application/Service/Common/EmailLogService.cs index 15eebf6b1..287e7b36e 100644 --- a/IRaCIS.Core.Application/Service/Common/EmailLogService.cs +++ b/IRaCIS.Core.Application/Service/Common/EmailLogService.cs @@ -256,7 +256,10 @@ public class EmailLogService(IRepository _emailLogRepository, await _emailReSendLog.SaveChangesAsync(); - await SynchronizationEmail(); + await SynchronizationEmail(new SynchronizationEmailInDto() { + + TrialId= inDto.TrialId + }); return ResponseOutput.Ok(); }