Skip to content

Commit 0e379b5

Browse files
committed
Remove type specification
1 parent 1927a93 commit 0e379b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/utils/formatters/java-date.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default class JavaDate implements JavaSerializable {
77
this.time = stream.readLong()
88
}
99

10-
readResolve(): any {
10+
readResolve() {
1111
return new Date(Number(this.time))
1212
}
1313
}

0 commit comments

Comments
 (0)