From 43d147effba860dbbae6a8503f79c9d2a514f271 Mon Sep 17 00:00:00 2001 From: andres Date: Tue, 14 Mar 2023 01:14:35 +0100 Subject: [PATCH] update base image --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c2a0095..43857a6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -121,7 +121,7 @@ const scrape = async () => { } const cronTask = cron.schedule('*/1 * * * *', async () => { await scrape() -}) +}, { scheduled: false }) console.log('valid: ', cron.validate('*/1 * * * *')) bot.on(message('text'), async (ctx) => { const text = ctx.message?.text