summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/notes/update/note.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/notes/update/note.rb')
-rw-r--r--app/graphql/mutations/notes/update/note.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/mutations/notes/update/note.rb b/app/graphql/mutations/notes/update/note.rb
index ca97dad6ded..73b9b9bc49a 100644
--- a/app/graphql/mutations/notes/update/note.rb
+++ b/app/graphql/mutations/notes/update/note.rb
@@ -18,8 +18,8 @@ module Mutations
private
- def pre_update_checks!(note, _args)
- check_object_is_note!(note)
+ def pre_update_checks!(_note, _args)
+ # no-op
end
end
end