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