From c6d0f64507820926035a9f3cd7101a14c0f64036 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Wed, 5 Feb 2020 21:34:32 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B5=E3=83=BC=E3=83=90=E3=83=BC=E7=9B=A3?= =?UTF-8?q?=E8=A6=96=E3=81=8C=E5=8B=95=E3=81=84=E3=81=A6=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3=20(#45)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/server/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/server/index.ts b/src/modules/server/index.ts index d25e651..b9e7ebd 100644 --- a/src/modules/server/index.ts +++ b/src/modules/server/index.ts @@ -50,7 +50,7 @@ export default class extends Module { @autobind private async onStats(stats: any) { - this.recentStat = stats.body; + this.recentStat = stats; } @autobind