Skip to content

Instantly share code, notes, and snippets.

function setValueEndorsee(rows) {
console.log(rows);
var cleanRows = JSON.stringify(rows, 0, 2);
//endorsee_list_db = arr;
console.log(cleanRows);
endorsee_list_db = JSON.parse(cleanRows);
console.log(endorsee_list_db.dataValues);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment