chore: fix functions' docs
This commit is contained in:
parent
a29f3fc13c
commit
9f84ae97f2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue