@ -12,10 +12,6 @@ export default function (fastify, opts, done) {
await operation.sanaExit(fastify.req, fastify.reply)
});
cron.schedule(`12 22 * * * *`, async () => {
await operation.test(fastify.req, fastify.reply)
fastify.get('/enter', operation.sanaEnter);
fastify.get('/exit', operation.sanaExit);
@ -68,8 +68,4 @@ export default class Operation {
return {}
}
async test() {
console.log(123123132)