From a6ccecc155c4f8fe96cf77996683826a7d9d444f Mon Sep 17 00:00:00 2001 From: na2na <49822810+na2na-p@users.noreply.github.com> Date: Tue, 5 Apr 2022 02:44:21 +0900 Subject: [PATCH] =?UTF-8?q?CO=E7=B7=A8=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/earthquake/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/earthquake/index.ts b/src/modules/earthquake/index.ts index 16d9313..b872f82 100644 --- a/src/modules/earthquake/index.ts +++ b/src/modules/earthquake/index.ts @@ -86,7 +86,7 @@ export default class extends Module { `震度${this.earthQuakeIndex[intensity.index + 1]}: ${intensity.region_list.join(" ")}` ).join("\n") }`; - } if (rawDataJSON.type == 'eew' && false) { + } if (rawDataJSON.type == 'eew' && false) { // これ使わなさそうだしとりあえず入らないようにした const data: 緊急地震速報 = { type: rawDataJSON.type, time: new Date(parseInt(rawDataJSON.time)),