test เผยแพร่ (1)
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m3s

This commit is contained in:
Adisak 2026-06-15 11:04:22 +07:00
parent cf4c8a6388
commit bc8fbf4cf8

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