Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save theabhinavdas/0666a5b9f68c2e5cff1e0cae10072bc1 to your computer and use it in GitHub Desktop.
Save theabhinavdas/0666a5b9f68c2e5cff1e0cae10072bc1 to your computer and use it in GitHub Desktop.
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