net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove...
[prosody.git] / core / modulemanager.lua
index 5d030513f0ac6f08dc6246f62918f471b03b4b4c..65542f9a0313315cd16a80d1898eea48b15e139f 100644 (file)
@@ -24,7 +24,7 @@ local ipairs, pairs, type, tostring, t_insert = ipairs, pairs, type, tostring, t
 
 local debug_traceback = debug.traceback;
 local select = select;
-local unpack = table.unpack or unpack;
+local unpack = table.unpack or unpack; --luacheck: ignore 113
 local pcall = function(f, ...)
        local n = select("#", ...);
        local params = {...};