fix(ruled: client: matching_rules): regression after 75019c3f6f (#3694)

This commit is contained in:
Actionless Loveless 2022-09-16 08:44:48 +02:00 committed by GitHub
parent 6ca2fbb31c
commit bde785ee64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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