Add missing any annotation
This commit is contained in:
parent
cedfe2cced
commit
ed35aa17f2
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hibas123/logging",
|
"name": "@hibas123/logging",
|
||||||
"version": "2.2.0",
|
"version": "2.2.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "out/index.js",
|
"main": "out/index.js",
|
||||||
"types": "out/index.d.ts",
|
"types": "out/index.d.ts",
|
||||||
|
@ -200,7 +200,7 @@ export class LoggingBase {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
time(id?: string, name = id) {
|
time(id?: string, name = id): any {
|
||||||
if (!id) {
|
if (!id) {
|
||||||
id = Math.floor(Math.random() * 899999 + 100000).toString();
|
id = Math.floor(Math.random() * 899999 + 100000).toString();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user