Skip to content

Commit ece409d

Browse files
committed
no cache
1 parent 0b35bf4 commit ece409d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ class Cache {
4545
}
4646

4747
get (seq) {
48-
return this.keys.get(seq) || null
48+
return null
49+
// return this.keys.get(seq) || null
4950
}
5051

5152
set (seq, key) {

0 commit comments

Comments
 (0)