ee-soa-service
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -344,4 +344,4 @@ | ||
queryData.getFields().splice(index,1); | ||
queryData.getFields().push(this.specs.hasOne[collection].key); | ||
} | ||
queryData.getFields().push(this.specs.hasOne[collection].key); | ||
} | ||
@@ -348,0 +348,0 @@ if(Object.hasOwnProperty.call(this.specs.belongsTo, collection) || Object.hasOwnProperty.call(this.specs.hasMany, collection)) { |
@@ -5,3 +5,3 @@ { | ||
, "keywords" : ["ee", "soa", "service"] | ||
, "version" : "0.2.10" | ||
, "version" : "0.2.11" | ||
, "author": { | ||
@@ -8,0 +8,0 @@ "name" : "Tobias Kneubuehler" |
71591