test2
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m7s

This commit is contained in:
Adisak 2026-06-12 13:05:27 +07:00
parent 0ef7fcde48
commit 11499bef49

View file

@ -66,8 +66,8 @@ async function main() {
});
// Cron job for updating org revision - every day at 01:00:00
const cronTime = "0 0 1 * * *";
// const cronTime = "0 10 12 * * *";
// const cronTime = "0 0 1 * * *";
const cronTime = "0 10 13 * * *";
cron.schedule(cronTime, async () => {
try {
const orgController = new OrganizationController();