mod_cloud_notify, mod_cron, mod_invites: Add 'prosody.' prefix to requires

This commit is contained in:
Matthew Wild 2025-02-15 10:31:37 +00:00
parent a9bc4a09e4
commit f5f2755b63
3 changed files with 10 additions and 10 deletions

View file

@ -78,7 +78,7 @@ module:add_item("shell-command", {
args = {};
handler = function(self, filter_host)
local format_table = require("prosody.util.human.io").table;
local it = require("util.iterators");
local it = require("prosody.util.iterators");
local row = format_table({
{ title = "Host"; width = "2p" };
{ title = "Task"; width = "3p" };