Merge pull request #28163 from overleaf/em-dsmp-event-names

Make DSMP event names consistent

GitOrigin-RevId: 5a98b00fb9c1049259291f1abb6ff74eac337ef4
This commit is contained in:
Eric Mc Sween
2025-08-28 09:46:25 -04:00
committed by Copybot
parent 5895facb7e
commit ecc0d603e2

View File

@@ -268,7 +268,7 @@ async function acceptChanges(projectId, docId, changeIds) {
'accept-changes'
)
await Modules.promises.hooks.fire('acceptedChanges', projectId, docId)
await Modules.promises.hooks.fire('changesAccepted', projectId, docId)
}
/**