diff --git a/index.js b/index.js index eb6884a..8af4a95 100644 --- a/index.js +++ b/index.js @@ -107,7 +107,6 @@ queue.process(5, async function (job, done) { } }) -check() -// setInterval(() => { -// check() -// }, 300000) \ No newline at end of file +setInterval(() => { + check() +}, 300000) \ No newline at end of file