Browse Source

find fixes

Ivan Asmer 4 years ago
parent
commit
f4aad46fca
1 changed files with 2 additions and 2 deletions
  1. 2 2
      sample.js

+ 2 - 2
sample.js

@@ -69,8 +69,8 @@ const delay       = ms => new Promise(r => setTimeout(r.bind(ms), ms))
     await person.save()
 
     console.log(person.children.length)
-    person.children.pop();
-    await person.save()
+    person.children[0].parent = null;
+    await person.children[0].save()
     console.log(person.children.length)
 
     //let orphan = new User({