Skip to content

Commit

Permalink
Update index.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbonifacio authored Apr 12, 2024
1 parent 8f7be92 commit 3364772
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const schema = a
index("accountRepresentativeId")
// highlight-next-line
.name("MyCustomIndexName"),
]),
})
.authorization([a.allow.owner()]);
])
.authorization([a.allow.owner()])
});
```

0 comments on commit 3364772

Please sign in to comment.