Skip to content

Instantly share code, notes, and snippets.

@atakangah
Last active July 12, 2020 11:49
Show Gist options
  • Save atakangah/e4e8dd8a0f706e3728bee7775d24ec29 to your computer and use it in GitHub Desktop.
Save atakangah/e4e8dd8a0f706e3728bee7775d24ec29 to your computer and use it in GitHub Desktop.
This shows fixes on await demon 1
// Update student data with new data without the deleted course
try {
let ccompleteRes = await Students.updateOne({ 'studentId': studentId }, student[0], { upsert: true }).exec();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment