Potential fix for the DB locking issue #1720

This commit is contained in:
tidusjar 2017-11-17 22:49:57 +00:00
commit 6d5a823353
4 changed files with 46 additions and 28 deletions

View file

@ -101,7 +101,7 @@ namespace Ombi.Notifications.Agents
var notification = new NotificationMessage
{
Message = parsed.Message,
Message = parsed.Message ?? string.Empty,
};
await Send(notification, settings);