Add missing any annotation

This commit is contained in:
Fabian Stamm
2020-04-06 11:50:47 +02:00
parent cedfe2cced
commit ed35aa17f2
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}