Ivan Asmer преди 4 години
родител
ревизия
f4aad46fca
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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({