mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 04:57:18 +09:00
oops
This commit is contained in:
parent
9ebd6cf62c
commit
6037e49b01
@ -13,12 +13,12 @@ export default class ServerModule implements IModule {
|
||||
private preventScheduleReboot = false;
|
||||
private rebootTimer: NodeJS.Timer;
|
||||
private rebootTimerSub: NodeJS.Timer;
|
||||
private recentStat: any[] = [];
|
||||
private recentStat: any;
|
||||
|
||||
/**
|
||||
* 1秒後とのログ1分間分
|
||||
*/
|
||||
private statsLogs: any;
|
||||
private statsLogs: any[] = [];
|
||||
|
||||
public install = (ai: 藍) => {
|
||||
this.ai = ai;
|
||||
|
Loading…
x
Reference in New Issue
Block a user