mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-04 21:51:02 +00:00
Fix #718
This commit is contained in:
parent
7bb680821d
commit
c2da943240
3 changed files with 21 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue