Software /
code /
prosody
Diff
plugins/mod_cron.lua @ 13269:d50bee584969
mod_cron: Remove unused import [luacheck]
Use of datetime was removed in 6ac5ad578565
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 15 Oct 2023 16:41:25 +0200 |
parent | 13265:6ac5ad578565 |
line wrap: on
line diff
--- a/plugins/mod_cron.lua Sun Oct 15 14:57:24 2023 +0200 +++ b/plugins/mod_cron.lua Sun Oct 15 16:41:25 2023 +0200 @@ -1,7 +1,6 @@ module:set_global(); local async = require("prosody.util.async"); -local datetime = require("prosody.util.datetime"); local periods = { hourly = 3600; daily = 86400; weekly = 7 * 86400 }