chore: fix functions' docs

This commit is contained in:
siiky 2024-11-27 10:24:08 +00:00
parent a29f3fc13c
commit 9f84ae97f2

View file

@ -80,7 +80,7 @@ function getWithEmail (email) {
* *
* @param {string} id Customer's id * @param {string} id Customer's id
* @param {object} data Fields to update * @param {object} data Fields to update
* @param {string} Acting user's token * @param {string} userToken Acting user's token
* *
* @returns {Promise} Newly updated Customer * @returns {Promise} Newly updated Customer
*/ */
@ -229,7 +229,7 @@ function enhanceEditedPhotos (fields) {
/** /**
* Remove the edited data from the db record * Remove the edited data from the db record
* *
* @name enhanceOverrideFields * @name deleteEditedData
* @function * @function
* *
* @param {string} id Customer's id * @param {string} id Customer's id