test เผยแพร่

This commit is contained in:
Adisak 2026-06-15 10:58:56 +07:00
parent 3a6d359a06
commit 5c5fc08269
4 changed files with 22 additions and 22 deletions

View file

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