documented the missing argument

This commit is contained in:
Carlos Jimenez Ruiz 2021-05-14 19:21:31 +02:00
parent 1e8ab4d348
commit d83d3b6765
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* Translates to a readable values
* @param {Object} instance - The model or context instance
* @param {Object} changes - Object containing changes
* @param {Object} options - Object containing transaction
*/
exports.translateValues = async(instance, changes, options = {}) => {
const models = instance.app.models;