Compare commits
2 Commits
ca552be9e9
...
83441a8eaf
| Author | SHA1 | Date | |
|---|---|---|---|
| 83441a8eaf | |||
| 1c979939bb |
@@ -364,7 +364,7 @@ export default async function generateImage(message: any) {
|
||||
}
|
||||
} else {
|
||||
about = {
|
||||
type: "epicenter",
|
||||
type: "scale",
|
||||
scale: position.scale,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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