diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-07 12:10:24 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-07 12:10:24 +0000 |
| commit | e227f482346aa39655cdebb5a59eeef78e1e12b4 (patch) | |
| tree | 1b33c8d71e3f3aeae5d7cdcdbf18643512d632b4 /app/graphql/mutations/admin | |
| parent | d51d5adf94ad965af8433ce6f74a81cfef5669e1 (diff) | |
| download | gitlab-ce-e227f482346aa39655cdebb5a59eeef78e1e12b4.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/mutations/admin')
| -rw-r--r-- | app/graphql/mutations/admin/sidekiq_queues/delete_jobs.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/mutations/admin/sidekiq_queues/delete_jobs.rb b/app/graphql/mutations/admin/sidekiq_queues/delete_jobs.rb index 17f9b5b5637..32ca6de9b96 100644 --- a/app/graphql/mutations/admin/sidekiq_queues/delete_jobs.rb +++ b/app/graphql/mutations/admin/sidekiq_queues/delete_jobs.rb @@ -18,12 +18,12 @@ module Mutations argument :queue_name, GraphQL::STRING_TYPE, required: true, - description: 'The name of the queue to delete jobs from' + description: 'The name of the queue to delete jobs from.' field :result, Types::Admin::SidekiqQueues::DeleteJobsResponseType, null: true, - description: 'Information about the status of the deletion request' + description: 'Information about the status of the deletion request.' def ready?(**args) unless current_user&.admin? |
