Skip to content

Commit

Permalink
Update lib/acl-checker.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
  • Loading branch information
bourgeoa and TallTed authored Jan 17, 2024
1 parent 16e36a6 commit 897207c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/acl-checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class ACLChecker {
return `${parts.join('/')}/`
}

// Gets the ACL's that applies to the resource
// Gets any ACLs that apply to the resource
// DELETE uses docAcl when docAcl is parent to the resource
// or docAcl and parentAcl when docAcl is the ACL of the Resource
async getNearestACL (method) {
Expand Down

0 comments on commit 897207c

Please sign in to comment.