mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 14:47:37 +03:00
mod_c2s: Ignore unused event payload [luacheck]
This commit is contained in:
parent
a8f4892fe3
commit
b70a61be4c
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ end
|
|||
|
||||
module:hook("c2s-read-timeout", keepalive, -1);
|
||||
|
||||
module:hook("server-stopping", function(event)
|
||||
module:hook("server-stopping", function(event) -- luacheck: ignore 212/event
|
||||
-- Close ports
|
||||
local pm = require "core.portmanager";
|
||||
for _, netservice in pairs(module.items["net-provider"]) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue