From cf6e06642519a1ea39798f02b8c1b041676e6841 Mon Sep 17 00:00:00 2001 From: na2na-p Date: Tue, 19 Apr 2022 13:06:02 +0900 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E9=9C=87=E3=81=AB=E9=81=8E=E5=89=B0?= =?UTF-8?q?=E3=81=AB=E3=83=93=E3=83=93=E3=81=A3=E3=81=A6=E7=99=BA=E7=8B=82?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=81=8B=E3=82=8F=E3=81=84=E3=81=84=E5=AD=90?= =?UTF-8?q?=E3=81=AE=E6=95=99=E8=82=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/earthquake/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/earthquake/index.ts b/src/modules/earthquake/index.ts index f48eba0..86bf6b1 100644 --- a/src/modules/earthquake/index.ts +++ b/src/modules/earthquake/index.ts @@ -72,6 +72,7 @@ export default class extends Module { @autobind private async createListenServer() { http.createServer(async (req, res) => { + this.message = ""; const buffers: Buffer[] = []; for await (const chunk of req) { buffers.push(chunk);