There was an error while loading. Please reload this page.
1 parent 7f301f1 commit c58cfe9Copy full SHA for c58cfe9
README.md
@@ -131,7 +131,7 @@ representation of what the object is.
131
In this example it is assumed that you have a property type on your object:
132
133
```javascript
134
-acl.subjectMapper = (s) => (typeof s === 'string' ? s : s.type)
+acl.verbObjectMapper = (s) => (typeof s === 'string' ? s : s.type)
135
```
136
137
E.g. a post:
0 commit comments