summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/packages/destroy_file.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-29 03:12:19 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-29 03:12:19 +0000
commit7d8cc770b14b41fbe40181d447042dccdc45bff8 (patch)
tree4e14a5e236df733f3c0998cd351a72759c48eb46 /app/graphql/mutations/packages/destroy_file.rb
parent8c9cb9bb575b8d9dff39e5b4891fabb1e0f6a687 (diff)
downloadgitlab-ce-7d8cc770b14b41fbe40181d447042dccdc45bff8.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/mutations/packages/destroy_file.rb')
-rw-r--r--app/graphql/mutations/packages/destroy_file.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/graphql/mutations/packages/destroy_file.rb b/app/graphql/mutations/packages/destroy_file.rb
index f2a8f2b853a..c7dd2df704e 100644
--- a/app/graphql/mutations/packages/destroy_file.rb
+++ b/app/graphql/mutations/packages/destroy_file.rb
@@ -21,12 +21,6 @@ module Mutations
{ errors: package_file.errors.full_messages }
end
-
- private
-
- def find_object(id:)
- GitlabSchema.find_by_gid(id)
- end
end
end
end