Last active
July 12, 2020 11:49
-
-
Save atakangah/e4e8dd8a0f706e3728bee7775d24ec29 to your computer and use it in GitHub Desktop.
This shows fixes on await demon 1
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
// 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