Merge pull request #886 from coralproject/query-fix

Fixed query
This commit is contained in:
Wyatt Johnson
2017-08-28 09:47:28 -06:00
committed by GitHub
+3
View File
@@ -21,6 +21,9 @@ const Asset = {
query.parent_id = null;
}
// Include the asset id in the search.
query.asset_id = id;
return Comments.getByQuery(query);
},
commentCount({id, commentCount}, {tags}, {loaders: {Comments}}) {