Updated SlackNotification.cs

Corrected Notification Type on Request Declined
This commit is contained in:
Tim 2019-10-12 16:39:14 -06:00
commit 7aaa6d738a

View file

@ -79,7 +79,7 @@ namespace Ombi.Notifications.Agents
protected override async Task RequestDeclined(NotificationOptions model, SlackNotificationSettings settings) 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) protected override async Task RequestApproved(NotificationOptions model, SlackNotificationSettings settings)