Skip to content

Commit 2e39802

Browse files
committed
remove this from details
1 parent c8e7a45 commit 2e39802

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cache/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ class LRUCache {
394394
key: current.key,
395395
age: this.readableAge(Date.now() - current.timestamp),
396396
hits: current.hits,
397-
length: JSON.stringify(current.value).length,
398397
bytes: Buffer.byteLength(JSON.stringify(current.value), 'utf8')
399398
})
400399
current = current.next

0 commit comments

Comments
 (0)