1
0
Fork 0

chore(backend): Import user avatars but not sets (for now)

This commit is contained in:
joostdecock 2023-08-13 18:57:07 +02:00
parent 6451222b2b
commit e36fbad721
3 changed files with 14 additions and 5 deletions

View file

@ -76,7 +76,6 @@ const html = mustache.render(
*/
const batches = splitArray(users, 45)
let i = 0
const total = batches.length
batches.forEach((batch, i) => {
/*