Fix typing issue
This commit is contained in:
parent
9e6188d7c5
commit
6b0db677e3
@ -49,7 +49,7 @@ class MasterLogger implements Logger
|
||||
#rotationFreq: number;
|
||||
#startDay: number;
|
||||
#rotateTO: NodeJS.Timeout;
|
||||
#pruneInterval: NodeJS.Timer;
|
||||
#pruneInterval: NodeJS.Timeout;
|
||||
#pruneDays: number;
|
||||
#skipFileWrite: boolean;
|
||||
#labels: string[];
|
||||
|
Loading…
Reference in New Issue
Block a user