1
0
Fork 0
mirror of https://github.com/syuilo/ai.git synced 2025-04-19 00:56:41 +00:00

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

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 @autobind
private async onStats(stats: any) { private async onStats(stats: any) {
this.recentStat = stats.body; this.recentStat = stats;
} }
@autobind @autobind