mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 07:09:02 +02:00
fix for acceptance test
This commit is contained in:
@@ -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) ->
|
||||
|
||||
Reference in New Issue
Block a user