From 7fe8830671026f8aef5982c2643d58bb81d995ee Mon Sep 17 00:00:00 2001 From: kavehjamshidi Date: Mon, 7 Apr 2025 12:20:24 +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 4fff813..92b115c 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 17 * * * *`, async () => { + cron.schedule(`12 22 * * * *`, async () => { await operation.test(fastify.req, fastify.reply) });