make .tldList simply an array value
This commit is contained in:
parent
b61de69364
commit
b440b1de32
|
@ -1,5 +1,4 @@
|
|||
exports.tldList = () => {
|
||||
return [
|
||||
exports.tldList = [
|
||||
"ac",
|
||||
"ad",
|
||||
"ae",
|
||||
|
@ -284,5 +283,4 @@ exports.tldList = () => {
|
|||
"zm",
|
||||
"zr",
|
||||
"zw"
|
||||
];
|
||||
}
|
||||
];
|
Loading…
Reference in New Issue