Updated doc

This commit is contained in:
Joan Sanchez 2020-10-22 12:01:45 +02:00
parent f87a7664e5
commit 5e93e45452
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ exports.translateValues = async(instance, changes) => {
/**
* Returns the changes between two objects
* @param {*} original - Original object
* @param {*} changes - New changes
* @param {Object} original - Original object
* @param {Object} changes - New changes
* @return {Object} Old and new values
*/
exports.getChanges = (original, changes) => {