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

This commit is contained in:
harid 2026-06-12 15:58:31 +07:00
parent e10b1a3109
commit d84ec4f55d

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 45 15 * * *"; // test by dev
const cronTime = "0 10 16 * * *"; // test by dev
cron.schedule(cronTime, async () => {
try {
const orgController = new OrganizationController();