We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18aa248 + e556fbe commit cf4e3acCopy full SHA for cf4e3ac
README.md
@@ -40,7 +40,7 @@ export default buildConfig({
40
dubCollection: {
41
access: {
42
read: ({ req }) => !!req.user,
43
- write: ({ req }) => !!req.user,
+ create: ({ req }) => !!req.user,
44
},
45
admin: {
46
group: 'Marketing',
0 commit comments