refactor(cron/server/main): Micro change

This commit is contained in:
Thekuca
2023-03-14 11:24:19 +01:00
committed by GitHub
parent 4ce57fc566
commit a7a3b77f05
+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