mirror of
https://github.com/vale981/grapher
synced 2025-03-05 09:31:42 -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
|
||||
const dramaticUsers = Meteor.users.createQuery({
|
||||
$filters: {
|
||||
'bookReviewsCache.type': 'Drama'
|
||||
'reviewedBooksCache.type': 'Drama'
|
||||
},
|
||||
email: 1,
|
||||
}).fetch();
|
||||
|
|
Loading…
Add table
Reference in a new issue