mirror of
https://github.com/vale981/grapher
synced 2025-03-04 17:11:38 -05:00
Possible mistake in naming of reviewedBooksCache
I could be wrong on this, but I got lost trying to follow this. Shouldn't the filter review to `reviewedBooksCache` and not `bookReviewsCache`. My apologies if not, guess I'm not understanding it.
This commit is contained in:
parent
8ee9a49235
commit
46b0f5f2a1
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ to send them an email about a new book, or a soap opera.
|
||||||
```js
|
```js
|
||||||
const dramaticUsers = Meteor.users.createQuery({
|
const dramaticUsers = Meteor.users.createQuery({
|
||||||
$filters: {
|
$filters: {
|
||||||
'bookReviewsCache.type': 'Drama'
|
'reviewedBooksCache.type': 'Drama'
|
||||||
},
|
},
|
||||||
email: 1,
|
email: 1,
|
||||||
}).fetch();
|
}).fetch();
|
||||||
|
|
Loading…
Add table
Reference in a new issue