mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +03:00
mod_authz_internal: Ignore unused argument for now [luachec]
This commit is contained in:
parent
0ca317cd0b
commit
f2f1714e47
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue