diff options
Diffstat (limited to 'apps/comments/src/services/NewComment.js')
-rw-r--r-- | apps/comments/src/services/NewComment.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/src/services/NewComment.js b/apps/comments/src/services/NewComment.js index 8f54e18d26e..6a242713696 100644 --- a/apps/comments/src/services/NewComment.js +++ b/apps/comments/src/services/NewComment.js @@ -31,7 +31,7 @@ import client from './DavClient' * @param {string} commentsType the ressource type * @param {number} ressourceId the ressource ID * @param {string} message the message - * @returns {Object} the new comment + * @return {object} the new comment */ export default async function(commentsType, ressourceId, message) { const ressourcePath = ['', commentsType, ressourceId].join('/') |