mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fixed misspelling in migration script (#641)
This commit is contained in:
parent
436ba9cfb8
commit
e5fb7c1ad2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ const initUserEmailsAttribute = (user, callback) => {
|
|||
}
|
||||
|
||||
const updateAllUsersEmailsAttribute = (users, callback) => {
|
||||
console.log(`updating ${user.length} users`)
|
||||
console.log(`updating ${users.length} users`)
|
||||
async.eachSeries(users, initUserEmailsAttribute, callback)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue