Skip to content

Commit c84e94a

Browse files
committed
Add create Tool to global powers
1 parent 05460ea commit c84e94a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/authorization/dto/power.enum.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const Power = makeEnum({
1919
'CreateSong',
2020
'CreateStory',
2121
'CreateUser',
22+
'CreateTool',
2223
{
2324
value: 'CreateBudget',
2425
deprecationReason: 'Use `Project.budget` instead',

0 commit comments

Comments
 (0)