a
This commit is contained in:
parent
4cea221431
commit
c8cba84c19
1 changed files with 1 additions and 1 deletions
2
site.js
2
site.js
|
@ -245,7 +245,7 @@ async function siteCollector(user, path, site, useLimit, data2) {
|
||||||
for (let i = 0; i < d; i++) {
|
for (let i = 0; i < d; i++) {
|
||||||
if (i != 0) {
|
if (i != 0) {
|
||||||
let tempSet = dat.map(x => x[0]);
|
let tempSet = dat.map(x => x[0]);
|
||||||
users = await rounder(tempSet, data, true);
|
users = tempSet.concat(await rounder(tempSet, data, true));
|
||||||
users = [...new Set(users)];
|
users = [...new Set(users)];
|
||||||
}
|
}
|
||||||
for (let uf of users) {
|
for (let uf of users) {
|
||||||
|
|
Loading…
Reference in a new issue