Merge pull request #945 from Thekuca/patch-4

refactor(cron/server/main): Micro change
This commit is contained in:
TheFantomas
2023-03-14 23:01:35 +01:00
committed by GitHub
+1 -1
View File
@@ -2,7 +2,7 @@ local Jobs = {}
local LastTime = nil
function RunAt(h, m, cb)
table.insert(Jobs, {
Jobs[#Jobs + 1] = {
h = h,
m = m,
cb = cb