diff --git a/client/src/helpers/file-upload.js b/client/src/helpers/file-upload.js index 78e7049bf7..61680dc5ed 100644 --- a/client/src/helpers/file-upload.js +++ b/client/src/helpers/file-upload.js @@ -59,7 +59,7 @@ define('helpers/file-upload', [], function () { * @param {File} file A file. * @param {module:model.Class} attachment An attachment model. * @param {module:helpers/file-upload~Options} [options] Options. - * @returns {Promise} + * @returns {Promise} */ upload(file, attachment, options) { options = options || {};