diff --git a/services/real-time/app/js/Router.js b/services/real-time/app/js/Router.js index ae10d12e2b..a39cd39171 100644 --- a/services/real-time/app/js/Router.js +++ b/services/real-time/app/js/Router.js @@ -27,7 +27,7 @@ let Router module.exports = Router = { _handleError(callback, error, client, method, attrs) { attrs = attrs || {} - for (const key of ['project_id', 'doc_id', 'user_id']) { + for (const key of ['project_id', 'user_id']) { attrs[key] = client.ol_context[key] } attrs.client_id = client.id