Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
luddd3 committed Dec 19, 2024
1 parent f01105c commit 43a4023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interceptor/dns.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ module.exports = interceptorOpts => {

const instance = new DNSInstance(opts)

return (dispatch) => {
return dispatch => {
return function dnsInterceptor (origDispatchOpts, handler) {
const origin =
origDispatchOpts.origin.constructor === URL
Expand Down

0 comments on commit 43a4023

Please sign in to comment.