summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/boards/update.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/boards/update.rb')
-rw-r--r--app/graphql/mutations/boards/update.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/graphql/mutations/boards/update.rb b/app/graphql/mutations/boards/update.rb
index 7cfce9d2d91..f611608d1b6 100644
--- a/app/graphql/mutations/boards/update.rb
+++ b/app/graphql/mutations/boards/update.rb
@@ -29,12 +29,6 @@ module Mutations
errors: errors_on_object(board)
}
end
-
- private
-
- def find_object(id:)
- GitlabSchema.find_by_gid(id)
- end
end
end
end