mirror of
https://github.com/adnanh/webhook.git
synced 2026-07-27 01:29:16 +08:00
Fix #718
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user