Ivan Asmer před 4 roky
rodič
revize
f4aad46fca
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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({