Skip to content

Commit e222577

Browse files
Update cache.mjs
1 parent 0765721 commit e222577

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cache.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export default class Cache {
2-
#linkedList = null;
32
#cache = null;
43
#config = {
54
ttl: 0,

0 commit comments

Comments
 (0)