Skip to content

Commit

Permalink
feat: allow admin to delete projects (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored Oct 17, 2024
1 parent ad311f8 commit 7ee74ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/access-control/roles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const roles: Record<
create: true,
read: true,
update: true,
delete: false,
delete: true,
list: true,
},
billing: {
Expand Down

0 comments on commit 7ee74ec

Please sign in to comment.