mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Updated SlackNotification.cs
Corrected Notification Type on Request Declined
This commit is contained in:
parent
cd8a89800a
commit
7aaa6d738a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue