mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 15:38:00 +00:00
サーバー監視が動いてないのを修正 (#45)
This commit is contained in:
parent
9d05f97942
commit
c6d0f64507
|
@ -50,7 +50,7 @@ export default class extends Module {
|
|||
|
||||
@autobind
|
||||
private async onStats(stats: any) {
|
||||
this.recentStat = stats.body;
|
||||
this.recentStat = stats;
|
||||
}
|
||||
|
||||
@autobind
|
||||
|
|
Loading…
Reference in a new issue