Added loggable utils #422

Merged
joan merged 2 commits from 2531-loggable_readable_values into master 2020-10-22 10:09:36 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 5e93e45452 - Show all commits

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) => {