Ivan Asmer %!s(int64=4) %!d(string=hai) anos
pai
achega
f4aad46fca
Modificáronse 1 ficheiros con 2 adicións e 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({