Skip to content

Commit

Permalink
Improved task 2622
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Oct 29, 2024
1 parent 060318a commit 066ee0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// #Medium #2023_08_31_Time_51_ms_(94.82%)_Space_42.2_MB_(94.26%)

class TimeLimitedCache {
private keyMap: Map<number, any>
private readonly keyMap: Map<number, any>
constructor() {
this.keyMap = new Map<number, any>()
}
Expand Down

0 comments on commit 066ee0f

Please sign in to comment.