Merge pull request #3207 from tidusjar/master

master -> dev
pull/3211/head
Jamie 5 years ago committed by GitHub
commit dec2b1f348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save