mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-05 14:11:02 +00:00
Merge c2da943240
into 7ea2a53bbb
This commit is contained in:
commit
ee204968f1
3 changed files with 21 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue