mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed typo in server/api/utils (#9714)
no issue - removed the extra `*` from the jsdoc of the handlePermissions function
This commit is contained in:
parent
865acecaef
commit
742eed99bd
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ utils = {
|
|||
* ## Handle Permissions
|
||||
* @param {String} docName
|
||||
* @param {String} method (browse || read || edit || add || destroy)
|
||||
* * @param {Array} unsafeAttrNames - attribute names (e.g. post.status) that could change the outcome
|
||||
* @param {Array} unsafeAttrNames - attribute names (e.g. post.status) that could change the outcome
|
||||
* @returns {Function}
|
||||
*/
|
||||
handlePermissions: function handlePermissions(docName, method, unsafeAttrNames) {
|
||||
|
|
Loading…
Add table
Reference in a new issue