This commit is contained in:
Adnan Hajdarević 2025-09-17 11:28:13 +03:00 committed by GitHub
commit ee204968f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 20 deletions

View file

@ -828,7 +828,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