fix(ruled: client: matching_rules): regression after 75019c3f6f
(#3694)
This commit is contained in:
parent
6ca2fbb31c
commit
bde785ee64
|
@ -156,7 +156,7 @@ end
|
|||
-- "except_any" keys.
|
||||
-- @treturn table The list of matched rules.
|
||||
-- @staticfct ruled.client.matching_rules
|
||||
function module.matchingrules(c, rules)
|
||||
function module.matching_rules(c, rules)
|
||||
return crules:matching_rules(c, rules)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue