Skip to content

Commit

Permalink
Follow-up fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed May 8, 2020
1 parent 79507c2 commit 9d9c561
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 @@ -595,7 +595,7 @@ export default class Request extends Duplex implements RequestEvents<Request> {
}

if (options.dnsCache === false) {
options.cache = undefined;
options.dnsCache = undefined;
}

// Nice type assertions
Expand Down

0 comments on commit 9d9c561

Please sign in to comment.