diff --git a/services/web/app/src/Features/Documents/DocumentController.mjs b/services/web/app/src/Features/Documents/DocumentController.mjs index 9a16811894..223b870e23 100644 --- a/services/web/app/src/Features/Documents/DocumentController.mjs +++ b/services/web/app/src/Features/Documents/DocumentController.mjs @@ -94,7 +94,7 @@ async function setDocument(req, res) { 'finished receiving set document request from api (docupdater)' ) - await Modules.promises.hooks.fire('docModified', projectId, docId) + await Modules.promises.hooks.fire('docModified', projectId, docId, ranges) res.json(result) }