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);