fix(cron/server/main.lua): Fixed mistake....

This commit is contained in:
TheFantomas
2023-03-15 15:43:55 +01:00
committed by GitHub
parent c0800a2ab5
commit ddaf99f9a4
+1 -1
View File
@@ -6,7 +6,7 @@ function RunAt(h, m, cb)
h = h,
m = m,
cb = cb
})
}
end
function GetTime()