Skip to content

Commit 43a4023

Browse files
committed
chore: cleanup
1 parent f01105c commit 43a4023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/interceptor/dns.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ module.exports = interceptorOpts => {
336336

337337
const instance = new DNSInstance(opts)
338338

339-
return (dispatch) => {
339+
return dispatch => {
340340
return function dnsInterceptor (origDispatchOpts, handler) {
341341
const origin =
342342
origDispatchOpts.origin.constructor === URL

0 commit comments

Comments
 (0)