Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Apr 15, 2020
1 parent 2abacff commit 03f9db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ export default class Request extends Duplex implements RequestEvents<Request> {
}

// `options.cache`
let {cache} = options;
const {cache} = options;
if (cache) {
if (!cacheableStore.has(cache)) {
cacheableStore.set(cache, new CacheableRequest(
Expand Down

0 comments on commit 03f9db7

Please # to comment.