From db5d3219e7ce1da756da479af1134048a6121f01 Mon Sep 17 00:00:00 2001 From: kavehjamshidi Date: Mon, 7 Apr 2025 12:15:58 +0330 Subject: [PATCH] bug fix --- controller/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/index.js b/controller/index.js index 70befd9..4fff813 100644 --- a/controller/index.js +++ b/controller/index.js @@ -12,7 +12,7 @@ export default function (fastify, opts, done) { await operation.sanaExit(fastify.req, fastify.reply) }); - cron.schedule(`12 10 * * *`, async () => { + cron.schedule(`12 17 * * * *`, async () => { await operation.test(fastify.req, fastify.reply) });