Merge branch 'develop' of https://github.com/tidusjar/ombi into develop

This commit is contained in:
tidusjar 2019-10-16 21:41:22 +01:00
commit 8baa3c1f8c

View file

@ -79,7 +79,7 @@ namespace Ombi.Notifications.Agents
protected override async Task RequestDeclined(NotificationOptions model, SlackNotificationSettings settings)
{
await Run(model, settings, NotificationType.RequestAvailable);
await Run(model, settings, NotificationType.RequestDeclined);
}
protected override async Task RequestApproved(NotificationOptions model, SlackNotificationSettings settings)