From 03f9db77b8c4dd9e4f40b8ff3186d66047d02f2c Mon Sep 17 00:00:00 2001 From: Szymon Marczak <36894700+szmarczak@users.noreply.github.com> Date: Wed, 15 Apr 2020 18:18:47 +0200 Subject: [PATCH] Fix linting --- source/core/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/index.ts b/source/core/index.ts index 29f054262..643033fb1 100644 --- a/source/core/index.ts +++ b/source/core/index.ts @@ -769,7 +769,7 @@ export default class Request extends Duplex implements RequestEvents { } // `options.cache` - let {cache} = options; + const {cache} = options; if (cache) { if (!cacheableStore.has(cache)) { cacheableStore.set(cache, new CacheableRequest(