mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
mapSeries -> eachSeries
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user