#1596 and revert cronjob
All checks were successful
Build & Deploy on Dev / build (push) Successful in 59s

This commit is contained in:
Adisak 2026-06-15 15:21:15 +07:00
parent e2aeabf155
commit c398354208
2 changed files with 37 additions and 2 deletions

View file

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