diff options
| author | Ben Beltran <ben@nsovocal.com> | 2018-04-21 03:26:31 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2018-04-21 03:26:31 -0500 |
| commit | 724fec20a20bc50dec32cb0f3c461140daf51c05 (patch) | |
| tree | 802c11608da9140e3567baba2a8aa06127552a96 /lib/serpentity.js | |
| parent | b58bb0a6b290c8afe6d219897a547fa087b279d2 (diff) | |
| parent | 564951b9b728e9e2a4c46a571867faa28fd396a8 (diff) | |
Merge branch 'hotfix/2.1.0' into develop
Diffstat (limited to 'lib/serpentity.js')
| -rw-r--r-- | lib/serpentity.js | 2 |
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; } /* |