Software /
code /
prosody
Changeset
10863:455a151db834
mod_admin_shell: Remove old variable declaration [luacheck]
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 01 Jun 2020 16:38:16 +0100 |
parents | 10862:1cfae9e85021 |
children | 10864:1b657605ea29 |
files | plugins/mod_admin_shell.lua |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_admin_shell.lua Mon Jun 01 17:27:50 2020 +0200 +++ b/plugins/mod_admin_shell.lua Mon Jun 01 16:38:16 2020 +0100 @@ -148,8 +148,6 @@ 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);