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

This commit is contained in:
Adisak 2026-06-15 11:32:43 +07:00
parent 82c94073ff
commit ed6ab06b52

View file

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