mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 05:42:55 +00:00
mapSeries -> eachSeries
This commit is contained in:
parent
2d82d56f93
commit
6ca48523d9
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ module.exports = UpdateManager =
|
|||
return callback(error) if error?
|
||||
if updates.length == 0
|
||||
return callback()
|
||||
async.mapSeries updates,
|
||||
async.eachSeries updates,
|
||||
(update, cb) -> UpdateManager.applyUpdate project_id, doc_id, update, cb
|
||||
callback
|
||||
|
||||
|
|
Loading…
Reference in a new issue