Skip to content

Commit

Permalink
Merge pull request #409 from abstractive/patch-1
Browse files Browse the repository at this point in the history
Fix method name in README.md
  • Loading branch information
jankapunkt authored Jan 13, 2025
2 parents 694fe27 + 20570b5 commit 55b87d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ for (const user of users) {
profile: { name: user.name }
});
const count = await Meteor.roleAssignment.coundDocuments({ 'user._id': id })
const count = await Meteor.roleAssignment.countDocuments({ 'user._id': id })
if (count === 0) {
import { Roles } from 'meteor/alanning:roles';
Expand Down

0 comments on commit 55b87d5

Please sign in to comment.