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) });