mod_bosh: Ignore unused argument [luacheck]

This commit is contained in:
Kim Alvefur 2017-12-13 15:30:37 +01:00
parent 0114f1dd6a
commit 94c9012f75

View file

@ -100,7 +100,7 @@ function on_destroy_request(request)
end
end
function check_inactive(now, session, context, reason)
function check_inactive(now, session, context, reason) -- luacheck: ignore 212/now
if not session.destroyed then
sessions[context.sid] = nil;
sm_destroy_session(session, reason);