mirror of
https://github.com/syuilo/ai.git
synced 2024-11-21 20:58:00 +00:00
サーバー監視が動いてないのを修正 (#45)
This commit is contained in:
parent
9d05f97942
commit
c6d0f64507
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue