aboutsummaryrefslogtreecommitdiff
path: root/lib/serpentity.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/serpentity.js')
-rw-r--r--lib/serpentity.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/serpentity.js b/lib/serpentity.js
index 0d932ac..60fb23c 100644
--- a/lib/serpentity.js
+++ b/lib/serpentity.js
@@ -223,7 +223,7 @@ const Serpentity = class Serpentity {
nodeCollection.add(entity);
}
- return nodeCollection.nodes;
+ return nodeCollection;
}
/*