サーバー監視が動いてないのを修正

This commit is contained in:
mei23 2020-01-25 14:08:24 +09:00
parent 56a5718cbd
commit 8c4f94217d
No known key found for this signature in database
GPG key ID: DD8628500D3E4B23

View file

@ -50,7 +50,7 @@ export default class extends Module {
@autobind
private async onStats(stats: any) {
this.recentStat = stats.body;
this.recentStat = stats;
}
@autobind