This commit is contained in:
Adnan Hajdarevic 2025-01-12 00:33:40 +01:00
parent 7bb680821d
commit c2da943240
3 changed files with 21 additions and 20 deletions

View file

@ -824,7 +824,7 @@ func (r Rules) Evaluate(req *Request) (bool, error) {
return r.Match.Evaluate(req)
}
return false, nil
return true, nil
}
// AndRule will evaluate to true if and only if all of the ChildRules evaluate to true