Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
luddd3 committed Dec 20, 2024
1 parent 49dd700 commit da237d9
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 @@ -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
Expand Down

0 comments on commit da237d9

Please sign in to comment.