mbouclas / loopback-ds-tree-mixin

Transform a loopback model into a tree using the Array of Ancestors pattern
MIT License
6 stars 4 forks source link

remove debug log, add safe if before accessing child.parent #10

Closed Jcbobo closed 7 years ago

Jcbobo commented 7 years ago

i'm sorry i forgot to remove a debug log and to add a if in for avoid accessing child.parent when child is not defined.

mbouclas commented 7 years ago

published