test เผยแพร่ (3)

This commit is contained in:
Adisak 2026-06-15 14:21:10 +07:00
parent ed6ab06b52
commit 5b17073eeb

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