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.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/graphql/mutations/boards/update.rb b/app/graphql/mutations/boards/update.rb
index 5cb434e41fd..b4f8179829e 100644
--- a/app/graphql/mutations/boards/update.rb
+++ b/app/graphql/mutations/boards/update.rb
@@ -30,6 +30,8 @@ module Mutations
}
end
+ private
+
def find_object(id:)
# TODO: remove this line when the compatibility layer is removed
# See: https://gitlab.com/gitlab-org/gitlab/-/issues/257883