FBurner

Results 12 issues of FBurner

Hi, seems it doesnt save the children with mongoose 5.13.7 const organisationNode = new this.organisationNode({ _id: new Types.ObjectId(), name, parent: rootNode, originalId }); rootNode.save(); return organisationNode.save(); no children can be...

Is there an example on how to store subdocument this repo just covers the basics.