We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a62741 commit 1ed55fbCopy full SHA for 1ed55fb
lib/types/string.js
@@ -742,8 +742,7 @@ module.exports = Any.extend({
742
internals.addressOptions = function (options) {
743
744
if (!options) {
745
- assert(internals.tlds, 'Built-in TLD list disabled');
746
- return Object.assign({}, options, internals.tlds);
+ return internals.tlds;
747
}
748
749
// minDomainSegments
0 commit comments