mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
mod_cron: Remove unused import [luacheck]
Use of datetime was removed in 6ac5ad578565
This commit is contained in:
parent
87f1504736
commit
da4111b997
2 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
module:set_global();
|
module:set_global();
|
||||||
|
|
||||||
local async = require("prosody.util.async");
|
local async = require("prosody.util.async");
|
||||||
local datetime = require("prosody.util.datetime");
|
|
||||||
|
|
||||||
local periods = { hourly = 3600; daily = 86400; weekly = 7 * 86400 }
|
local periods = { hourly = 3600; daily = 86400; weekly = 7 * 86400 }
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
module:set_global();
|
module:set_global();
|
||||||
|
|
||||||
local async = require "prosody.util.async";
|
local async = require "prosody.util.async";
|
||||||
local datetime = require "prosody.util.datetime";
|
|
||||||
|
|
||||||
local record map_store<K,V>
|
local record map_store<K,V>
|
||||||
-- TODO move to somewhere sensible
|
-- TODO move to somewhere sensible
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue