Created
June 14, 2019 13:04
-
-
Save desaijay315/d696d5a0c027b15c52c7998146c4324e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
options:{ | |
sort:{ | |
createdAt : -1 //descending order | |
} | |
} | |
// OR | |
options:{ | |
sort:{ | |
createdAt : 1 // ascending order | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment