mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_groups: Adjust imports to avoid name clash [luacheck]
This commit is contained in:
parent
ab423a8f79
commit
bce29b7952
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
|||
local groups;
|
||||
local members;
|
||||
|
||||
local jid, datamanager = require "util.jid", require "util.datamanager";
|
||||
local jid_prep = jid.prep;
|
||||
local datamanager = require "util.datamanager";
|
||||
local jid_prep = require "util.jid".prep;
|
||||
|
||||
local module_host = module:get_host();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue