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

This commit is contained in:
harid 2026-06-12 15:23:18 +07:00
parent 03c57ddcce
commit 94fe50eba6

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