mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 22:57:38 +03:00
mod_admin_shell: Remove old variable declaration [luacheck]
This commit is contained in:
parent
5cdbe0edde
commit
81457f2fff
1 changed files with 0 additions and 2 deletions
|
@ -148,8 +148,6 @@ local function handle_line(event)
|
|||
|
||||
local taskok, message = chunk();
|
||||
|
||||
local result = st.stanza("repl-result");
|
||||
|
||||
if not message then
|
||||
if type(taskok) ~= "string" and useglobalenv then
|
||||
taskok = session.serialize(taskok);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue