Comparing version 0.0.2-alpha.41 to 0.0.2-alpha.42
{ | ||
"name": "typeorm", | ||
"private": false, | ||
"version": "0.0.2-alpha.41", | ||
"version": "0.0.2-alpha.42", | ||
"description": "Data-mapper ORM for Typescript", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
@@ -44,3 +44,4 @@ "use strict"; | ||
}); | ||
this.groupAndTransform(subEntity, existRelation, relationMetadata); | ||
if (existRelation) | ||
this.groupAndTransform(subEntity, existRelation, relationMetadata); | ||
} | ||
@@ -47,0 +48,0 @@ this.groupAndTransform(subEntity, subObject, relationMetadata); |
Sorry, the diff of this file is not supported yet
921938
13257