Skip to content

Commit cf4e3ac

Browse files
authored
Merge pull request #23 from rubix-studios-pty-ltd/development
docs(readme): correct dubCollection access example to use 'create' in…
2 parents 18aa248 + e556fbe commit cf4e3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default buildConfig({
4040
dubCollection: {
4141
access: {
4242
read: ({ req }) => !!req.user,
43-
write: ({ req }) => !!req.user,
43+
create: ({ req }) => !!req.user,
4444
},
4545
admin: {
4646
group: 'Marketing',

0 commit comments

Comments
 (0)