diff --git a/store/LocalStore.js b/store/LocalStore.js index c07f0209..7ebd09fb 100644 --- a/store/LocalStore.js +++ b/store/LocalStore.js @@ -1,6 +1,6 @@ 'use strict' -const { Lru } = require('toad-cache') +const { LruMap: Lru } = require('toad-cache') function LocalStore (cache = 5000, timeWindow, continueExceeding) { this.lru = new Lru(cache)