We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ffc130 + 6b4ac37 commit 06eac9aCopy full SHA for 06eac9a
cron.js
@@ -21,4 +21,4 @@ const job = new CronJob('0 */1 * * * *', async function () {
21
22
});
23
console.log('Resposta do servidor a cada minuto');
24
-job.start();
+job.start();
0 commit comments