This commit is contained in:
2021-06-09 19:53:24 +00:00
parent d9e1766210
commit deebb5dc25
4 changed files with 48 additions and 11 deletions

View File

@@ -208,8 +208,7 @@ namespace AyaNova.Biz
{
await m.SendEmailAsync(deliveryAddress, subject, body, ServerGlobalOpsSettingsCache.Notify);
}
}
await NotifyEventHelper.AddGeneralNotifyEvent(NotifyEventType.GeneralNotification, $"Test of general notification system", "Error", null, ne.UserId);
}
}
catch (Exception ex)
{