fixed query

This commit is contained in:
Wyatt Johnson
2017-08-28 09:42:37 -06:00
parent c05bee2316
commit 8cfccb7b00
+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}}) {