Ivan Asmer hace 4 años
padre
commit
f4aad46fca
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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({