Skip to content

Commit

Permalink
fix(time_restricted): add the missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Mar 22, 2024
1 parent 2ec3ed6 commit 48bc347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions time_restricted/mod_time_restricted.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ local MIN = module:get_option_number("conference_max_minutes", 10)
local TIMEOUT = MIN * 60

local is_healthcheck_room = module:require "util".is_healthcheck_room
local it = require "util.iterators"
local st = require "util.stanza"
local timer = require "util.timer"
module:log(LOGLEVEL, "loaded")
Expand Down

0 comments on commit 48bc347

Please sign in to comment.