mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
Fixed build
This commit is contained in:
parent
64c0fc17cc
commit
6e32bd33f5
8 changed files with 22 additions and 20 deletions
|
@ -915,7 +915,7 @@ namespace Ombi.Core.Engine
|
|||
|
||||
private async Task<RequestEngineResult> AfterRequest(ChildRequests model, string requestOnBehalf)
|
||||
{
|
||||
var sendRuleResult = await RunSpecificRule(model, SpecificRules.CanSendNotification);
|
||||
var sendRuleResult = await RunSpecificRule(model, SpecificRules.CanSendNotification, requestOnBehalf);
|
||||
if (sendRuleResult.Success)
|
||||
{
|
||||
await NotificationHelper.NewRequest(model);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue