diff --git a/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs b/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs index d0c55ff3f..1a0d8070c 100644 --- a/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs +++ b/IRaCIS.Core.Application/Service/Document/SystemDocumentService.cs @@ -195,7 +195,6 @@ namespace IRaCIS.Core.Application.Services IsDeleted = true, }); var result = await _systemDocumentRepository.SaveChangesAsync(); - await _mediatorScoped.Publish(new SystemDocumentPublishEvent() { Ids = inDto.Ids }); return ResponseOutput.Result(result); }