mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03: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
@ -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…
Reference in New Issue
Block a user