diff --git a/services/web/app/src/Features/DocumentUpdater/DocumentUpdaterHandler.js b/services/web/app/src/Features/DocumentUpdater/DocumentUpdaterHandler.js index 2ea06601c7..497686398c 100644 --- a/services/web/app/src/Features/DocumentUpdater/DocumentUpdaterHandler.js +++ b/services/web/app/src/Features/DocumentUpdater/DocumentUpdaterHandler.js @@ -227,6 +227,12 @@ function clearProjectState(projectId, callback) { ) } +/** + * @param {string} projectId + * @param {string} docId + * @param {string[]} changeIds + * @param {Callback} callback + */ function acceptChanges(projectId, docId, changeIds, callback) { _makeRequest( {