mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 04:37:16 +09: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…
x
Reference in New Issue
Block a user