thingie
This commit is contained in:
parent
8e5db4e4d7
commit
33e40f1a3c
1 changed files with 1 additions and 1 deletions
2
site.js
2
site.js
|
@ -122,7 +122,7 @@ async function rounder(users, data, mode) {
|
||||||
console.warn('Took too long...')
|
console.warn('Took too long...')
|
||||||
}
|
}
|
||||||
|
|
||||||
let endn = [];
|
let endn = [...users];
|
||||||
let oldLength = endn.length;
|
let oldLength = endn.length;
|
||||||
for (let h in data) {
|
for (let h in data) {
|
||||||
let dh = data[h];
|
let dh = data[h];
|
||||||
|
|
Loading…
Reference in a new issue