We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694fe27 commit 20570b5Copy full SHA for 20570b5
1 file changed
README.md
@@ -286,7 +286,7 @@ for (const user of users) {
286
profile: { name: user.name }
287
});
288
289
- const count = await Meteor.roleAssignment.coundDocuments({ 'user._id': id })
+ const count = await Meteor.roleAssignment.countDocuments({ 'user._id': id })
290
if (count === 0) {
291
import { Roles } from 'meteor/alanning:roles';
292
0 commit comments