mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 17:00:55 +00:00
fix for acceptance test
This commit is contained in:
parent
f01bf99682
commit
98738d1344
1 changed files with 2 additions and 0 deletions
|
@ -205,6 +205,8 @@ module.exports = UpdatesManager =
|
|||
for user_id in user_ids
|
||||
if UpdatesManager._validUserId(user_id)
|
||||
update.meta.users.push fetchedUserInfo[user_id]
|
||||
else
|
||||
update.meta.users.push null
|
||||
callback null, updates
|
||||
|
||||
_validUserId: (user_id) ->
|
||||
|
|
Loading…
Reference in a new issue