Skip to content

Commit

Permalink
Update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jul 23, 2021
1 parent 0af7fdf commit d168904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55493,14 +55493,15 @@ function sortByCreationDate(data) {
const dateA = new Date(a['CreationDate']).getTime();
const dateB = new Date(b['CreationDate']).getTime();

return dateA - dateB;
return dateB - dateA;
});
}

module.exports = {
sortByCreationDate,
}


/***/ }),

/***/ 22877:
Expand Down

0 comments on commit d168904

Please sign in to comment.