mirror of
https://github.com/vale981/grapher
synced 2025-03-05 17:41:41 -05:00
Merge pull request #212 from evolross/patch-3
Possible mistake in naming of reviewedBooksCache
This commit is contained in:
commit
ca787a89f2
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