Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsup authored Jan 29, 2024
1 parent 1ed55fb commit 582e812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/string.js
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ module.exports = Any.extend({
internals.addressOptions = function (options) {

if (!options) {
return internals.tlds;
return internals.tlds || options; // $lab:coverage:ignore$
}

// minDomainSegments
Expand Down

0 comments on commit 582e812

Please sign in to comment.