Add missing any annotation
This commit is contained in:
@ -200,7 +200,7 @@ export class LoggingBase {
|
||||
}
|
||||
}
|
||||
|
||||
time(id?: string, name = id) {
|
||||
time(id?: string, name = id): any {
|
||||
if (!id) {
|
||||
id = Math.floor(Math.random() * 899999 + 100000).toString();
|
||||
}
|
||||
|
Reference in New Issue
Block a user