Fix: 毎日7:00に天気予報の返信をできない問題
This commit is contained in:
@@ -88,7 +88,7 @@ if (!isMainThread && workerData === "scheduledWeatherNotice") {
|
||||
|
||||
console.log("天気仮投稿:", provisionalUeuse.uniqid);
|
||||
|
||||
weatherReply(provisionalUeuse.uniqid);
|
||||
await weatherReply(provisionalUeuse.uniqid);
|
||||
process.exit(0);
|
||||
} catch (err: any) {
|
||||
console.error("message" in err
|
||||
|
||||
Reference in New Issue
Block a user