Skip to content

Commit 06eac9a

Browse files
committed
Merge branch 'master' into test-dev
2 parents 9ffc130 + 6b4ac37 commit 06eac9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cron.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ const job = new CronJob('0 */1 * * * *', async function () {
2121

2222
});
2323
console.log('Resposta do servidor a cada minuto');
24-
job.start();
24+
job.start();

0 commit comments

Comments
 (0)