Skip to content

Commit 55b87d5

Browse files
authored
Merge pull request #409 from abstractive/patch-1
Fix method name in README.md
2 parents 694fe27 + 20570b5 commit 55b87d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ for (const user of users) {
286286
profile: { name: user.name }
287287
});
288288
289-
const count = await Meteor.roleAssignment.coundDocuments({ 'user._id': id })
289+
const count = await Meteor.roleAssignment.countDocuments({ 'user._id': id })
290290
if (count === 0) {
291291
import { Roles } from 'meteor/alanning:roles';
292292

0 commit comments

Comments
 (0)