summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/ci/runner/delete.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-10 18:08:27 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-10 18:08:27 +0000
commit56b3925584320c4406b7cb961fbe19ff9f9c41d4 (patch)
treeea7fdd802d958c585ecf46045ccf1db52417b096 /app/graphql/mutations/ci/runner/delete.rb
parent758b97662c5a6af41357cec7e25fc8cddadd8b9c (diff)
downloadgitlab-ce-56b3925584320c4406b7cb961fbe19ff9f9c41d4.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/mutations/ci/runner/delete.rb')
-rw-r--r--app/graphql/mutations/ci/runner/delete.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/graphql/mutations/ci/runner/delete.rb b/app/graphql/mutations/ci/runner/delete.rb
index 1713ec0bf6d..db68914a4eb 100644
--- a/app/graphql/mutations/ci/runner/delete.rb
+++ b/app/graphql/mutations/ci/runner/delete.rb
@@ -23,10 +23,6 @@ module Mutations
end
def find_object(id)
- # TODO: remove this line when the compatibility layer is removed
- # See: https://gitlab.com/gitlab-org/gitlab/-/issues/257883
- id = RunnerID.coerce_isolated_input(id)
-
GitlabSchema.find_by_gid(id)
end
end