changeset 4797:1539ae696613

mod_bind2: Silence [luacheck] warning
author Kim Alvefur <zash@zash.se>
date Sun, 28 Nov 2021 20:07:15 +0100
parents 9c7635911c56
children 957ac41bc70a
files mod_bind2/mod_bind2.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_bind2/mod_bind2.lua	Sun Nov 28 20:07:06 2021 +0100
+++ b/mod_bind2/mod_bind2.lua	Sun Nov 28 20:07:15 2021 +0100
@@ -27,7 +27,7 @@
 
 	-- Clear the offline messages for this user, if any, without sending them (as
 	-- they will be provided by MAM).
-	if mm.is_loaded(module.host, "offline") then
+	if mm.is_loaded(module.host, "offline") then -- luacheck: ignore 542
 		-- TODO
 	end