# HG changeset patch # User Kim Alvefur # Date 1554484259 -7200 # Node ID 5b15ce870a5b08ac0fffecda4748bf5de4e4ee06 # Parent 5370bc374c83979eb2c4c800fa70a16093e239c6 mod_invite: Remove unused local variable [luacheck] diff -r 5370bc374c83 -r 5b15ce870a5b mod_invite/mod_invite.lua --- a/mod_invite/mod_invite.lua Fri Apr 05 19:06:20 2019 +0200 +++ b/mod_invite/mod_invite.lua Fri Apr 05 19:10:59 2019 +0200 @@ -35,7 +35,7 @@ end function generate_page(event, token) - local request, response = event.request, event.response; + local response = event.response; local tokens = invite_storage:get() or {};