This commit is contained in:
syuilo 2018-08-12 12:36:38 +09:00
parent 9ebd6cf62c
commit 6037e49b01

View file

@ -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;
/**
* 11
*/
private statsLogs: any;
private statsLogs: any[] = [];
public install = (ai: ) => {
this.ai = ai;