サーバー監視が動いてないのを修正 (#45)

This commit is contained in:
MeiMei 2020-02-05 21:34:32 +09:00 committed by GitHub
parent 9d05f97942
commit c6d0f64507
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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