mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_groups: Remove unused import
This commit is contained in:
parent
f118f46139
commit
d82a36ae80
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ local members;
|
|||
local groups_file;
|
||||
|
||||
local jid, datamanager = require "util.jid", require "util.datamanager";
|
||||
local jid_bare, jid_prep = jid.bare, jid.prep;
|
||||
local jid_prep = jid.prep;
|
||||
|
||||
local module_host = module:get_host();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue