Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/achievements/create.rb')
-rw-r--r--app/graphql/mutations/achievements/create.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/graphql/mutations/achievements/create.rb b/app/graphql/mutations/achievements/create.rb
index 6cfe6c0e643..310a653c705 100644
--- a/app/graphql/mutations/achievements/create.rb
+++ b/app/graphql/mutations/achievements/create.rb
@@ -28,10 +28,6 @@ module Mutations
required: false,
description: 'Description of or notes for the achievement.'
- argument :revokeable, GraphQL::Types::Boolean,
- required: true,
- description: 'Revokeability for the achievement.'
-
authorize :admin_achievement
def resolve(args)