Skip to content

Commit e243b1b

Browse files
Update cache.cjs
1 parent e222577 commit e243b1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cache.cjs

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

0 commit comments

Comments
 (0)