This commit is contained in:
Anton Suhorukov 2023-06-19 16:34:23 +03:00
parent 67eac48247
commit 932afe9106

View File

@ -527,9 +527,7 @@ public class PortalController : ControllerBase
}
}
_eventBus.Publish(new RemovePortalIntegrationEvent(_securityContext.CurrentAccount.ID, Tenant.Id)
{
});
_eventBus.Publish(new RemovePortalIntegrationEvent(_securityContext.CurrentAccount.ID, Tenant.Id));
await _studioNotifyService.SendMsgPortalDeletionSuccessAsync(owner, redirectLink);