mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 03:27:39 +00:00
avoid duplicate filling of UserInfo in getDocUpdates
This commit is contained in:
parent
bfc9494cc1
commit
8922b97bd7
1 changed files with 1 additions and 3 deletions
|
@ -119,9 +119,7 @@ module.exports = UpdatesManager =
|
|||
#console.log "options", options
|
||||
PackManager.getOpsByVersionRange project_id, doc_id, options.from, options.to, (error, updates) ->
|
||||
return callback(error) if error?
|
||||
UpdatesManager.fillUserInfo updates, (err, results) ->
|
||||
return callback(err) if err?
|
||||
callback null, results
|
||||
callback null, updates
|
||||
|
||||
getDocUpdatesWithUserInfo: (project_id, doc_id, options = {}, callback = (error, updates) ->) ->
|
||||
UpdatesManager.getDocUpdates project_id, doc_id, options, (error, updates) ->
|
||||
|
|
Loading…
Add table
Reference in a new issue