Skip to content

fix(dns): fixed lookup function decorator to work properly in node 20.x;#6011

Merged
DigitalBrainJS merged 30 commits intoaxios:v1.xfrom
DigitalBrainJS:fix/lookup-node20
Oct 22, 2023
Merged

fix(dns): fixed lookup function decorator to work properly in node 20.x;#6011
DigitalBrainJS merged 30 commits intoaxios:v1.xfrom
DigitalBrainJS:fix/lookup-node20

Conversation

@DigitalBrainJS
Copy link
Collaborator

No description provided.

� Conflicts:
�	package-lock.json
�	package.json

opt.all ? cb(err, addresses) : cb(err, addresses[0].address, addresses[0].family);
});
}

Check notice

Code scanning / CodeQL

Semicolon insertion

Avoid automated semicolon insertion (98% of all statements in [the enclosing function](1) have an explicit semicolon).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant