chore(backend): Import user avatars but not sets (for now)
This commit is contained in:
parent
6451222b2b
commit
e36fbad721
3 changed files with 14 additions and 5 deletions
|
@ -76,7 +76,6 @@ const html = mustache.render(
|
|||
*/
|
||||
const batches = splitArray(users, 45)
|
||||
|
||||
let i = 0
|
||||
const total = batches.length
|
||||
batches.forEach((batch, i) => {
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue