mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Merge branch 'develop' of https://github.com/tidusjar/ombi into develop
This commit is contained in:
commit
8baa3c1f8c
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)
|
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…
Add table
Add a link
Reference in a new issue