Skip to content

Instantly share code, notes, and snippets.

@desaijay315
Created June 14, 2019 13:04
Show Gist options
  • Save desaijay315/d696d5a0c027b15c52c7998146c4324e to your computer and use it in GitHub Desktop.
Save desaijay315/d696d5a0c027b15c52c7998146c4324e to your computer and use it in GitHub Desktop.
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