f
This commit is contained in:
parent
21c7082009
commit
43a2405271
1 changed files with 1 additions and 1 deletions
2
site.js
2
site.js
|
@ -46,7 +46,7 @@ async function urlCollector(url, path, file, useLimit) {
|
|||
urls.push(h2.origin)
|
||||
})
|
||||
|
||||
return urls;
|
||||
return [...new Set(urls)];
|
||||
}
|
||||
|
||||
async function textCollector(word, path, file) {
|
||||
|
|
Loading…
Reference in a new issue