diff --git a/src/fetch-data.ts b/src/fetch-data.ts index 4167484..c30fd6a 100644 --- a/src/fetch-data.ts +++ b/src/fetch-data.ts @@ -7,7 +7,7 @@ Internal cache for all requests. @see {@link https://github.com/sindresorhus/quick-lru} @internal */ -export const cache = new QuickLRU({ +export const cache = new QuickLRU({ // 100 items. maxSize: 100,