@@ -146,8 +146,8 @@ async function init() {
}
sendMessage("Zaczynam monitoring cen");
const task = cron.schedule("* */3 * * *", async () => {
await init();
const task = cron.schedule("0 */3 * * *", init, {
timezone: "Europe/Warsaw",
});
task.execute();
The note is not visible to the blocked user.