mod_authz_internal: Ignore unused argument for now [luachec]

This commit is contained in:
Kim Alvefur 2021-03-22 22:01:49 +01:00
parent 0ca317cd0b
commit f2f1714e47

View file

@ -24,6 +24,6 @@ function get_jid_roles(jid)
return nil;
end
function set_jid_roles(jid)
function set_jid_roles(jid) -- luacheck: ignore 212
return false;
end