diff options
Diffstat (limited to 'app/graphql/mutations/boards/destroy.rb')
-rw-r--r-- | app/graphql/mutations/boards/destroy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/boards/destroy.rb b/app/graphql/mutations/boards/destroy.rb index 8ec13b885d5..4a0068edee2 100644 --- a/app/graphql/mutations/boards/destroy.rb +++ b/app/graphql/mutations/boards/destroy.rb @@ -14,7 +14,7 @@ module Mutations required: true, description: 'The global ID of the board to destroy.' - authorize :admin_board + authorize :admin_issue_board def resolve(id:) board = authorized_find!(id: id) |