Merge pull request #24670 from overleaf/bg-remove-logging-of-update-errors

remove update parameter in applyOtUpdate error handling

GitOrigin-RevId: 46fa9d669327850f956154b20676317a7b13eb78
This commit is contained in:
Brian Gough
2025-04-07 13:53:15 +01:00
committed by Copybot
parent a196dbdeca
commit baa3a5bf59

View File

@@ -579,7 +579,6 @@ module.exports = Router = {
if (err) {
Router._handleError(callback, err, client, 'applyOtUpdate', {
doc_id: docId,
update,
})
} else {
callback()