main
kavehjamshidi 2 weeks ago
parent 8cddcb02e7
commit db5d3219e7
  1. 2
      controller/index.js

@ -12,7 +12,7 @@ export default function (fastify, opts, done) {
await operation.sanaExit(fastify.req, fastify.reply) await operation.sanaExit(fastify.req, fastify.reply)
}); });
cron.schedule(`12 10 * * *`, async () => { cron.schedule(`12 17 * * * *`, async () => {
await operation.test(fastify.req, fastify.reply) await operation.test(fastify.req, fastify.reply)
}); });

Loading…
Cancel
Save