summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/work_items/delete.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/work_items/delete.rb')
-rw-r--r--app/graphql/mutations/work_items/delete.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/graphql/mutations/work_items/delete.rb b/app/graphql/mutations/work_items/delete.rb
index 3d72ebbd95d..1830ab5443c 100644
--- a/app/graphql/mutations/work_items/delete.rb
+++ b/app/graphql/mutations/work_items/delete.rb
@@ -38,8 +38,6 @@ module Mutations
private
def find_object(id:)
- # TODO: Remove coercion when working on https://gitlab.com/gitlab-org/gitlab/-/issues/257883
- id = ::Types::GlobalIDType[::WorkItem].coerce_isolated_input(id)
GitlabSchema.find_by_gid(id)
end
end