From da237d9fa8a407c25faf9eab8d06b4118731063f Mon Sep 17 00:00:00 2001 From: Mathias Lundell Date: Thu, 19 Dec 2024 14:35:40 +0100 Subject: [PATCH] chore: cleanup --- lib/interceptor/dns.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/interceptor/dns.js b/lib/interceptor/dns.js index c3c402b717a..c8d56c2cf77 100644 --- a/lib/interceptor/dns.js +++ b/lib/interceptor/dns.js @@ -340,7 +340,7 @@ module.exports = interceptorOpts => { const instance = new DNSInstance(opts) - return (dispatch) => { + return dispatch => { return function dnsInterceptor (origDispatchOpts, handler) { const origin = origDispatchOpts.origin.constructor === URL