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

This commit is contained in:
Adisak 2026-06-12 12:11:15 +07:00
parent 5d732d981b
commit 0ef7fcde48

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 12 * * *";
cron.schedule(cronTime, async () => {
try {
const orgController = new OrganizationController();