Skip to content

Commit

Permalink
Merge pull request #321 from kulttuuri/master
Browse files Browse the repository at this point in the history
Update roles_common.js jsdoc documentation
  • Loading branch information
SimonSimCity committed Mar 25, 2020
2 parents 55a3802 + edd3cb3 commit 72cecc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/roles_common.js
Expand Up @@ -566,7 +566,7 @@ Object.assign(Roles, {
*
* @method removeUsersFromRoles
* @param {Array|String} users User ID(s) or object(s) with an `_id` field.
* @param {Array|String} roles Name(s) of roles to add users to. Roles have to exist.
* @param {Array|String} roles Name(s) of roles to remove users from. Roles have to exist.
* @param {Object|String} [options] Options:
* - `scope`: name of the scope, or `null` for the global role
* - `anyScope`: if set, role can be in any scope (`scope` option is ignored)
Expand Down

0 comments on commit 72cecc2

Please sign in to comment.