Skip to content

Commit 19687b2

Browse files
committed
refactor(token_security_ondemand): is_healthcheck_room from util
1 parent 2a7c882 commit 19687b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

token_security_ondemand/mod_token_security_ondemand.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
local LOGLEVEL = "debug";
77

8-
local is_healthcheck_room = module:require "util".is_healthcheck_room;
8+
local util = module:require 'util';
9+
local is_healthcheck_room = util.is_healthcheck_room;
910

1011

1112
module:hook("muc-occupant-joined", function (event)

0 commit comments

Comments
 (0)