From e7f0c3aed813c5c383d3ba9c5d05fc43cf7dae6a Mon Sep 17 00:00:00 2001 From: Last2014 Date: Sat, 16 May 2026 18:47:00 +0900 Subject: [PATCH] =?UTF-8?q?Chg:=20=E6=AF=8E=E6=97=A518:00=E3=81=AB?= =?UTF-8?q?=E3=82=82=E5=A4=A9=E6=B0=97=E4=BA=88=E5=A0=B1=E3=81=8C=E6=8A=95?= =?UTF-8?q?=E7=A8=BF=E3=81=95=E3=82=8C=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 3a626dd..cc4df4a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -35,7 +35,7 @@ try { new Worker(`${import.meta.dirname}/feature/timeNotice.js`); }); - schedule("0 7 * * *", async () => { + schedule("0 7,18 * * *", async () => { new Worker(`${import.meta.dirname}/feature/weatherNotice.js`, { workerData: "scheduledWeatherNotice", });