summaryrefslogtreecommitdiff
path: root/app/graphql/types/notes/update_diff_image_position_input_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/notes/update_diff_image_position_input_type.rb')
-rw-r--r--app/graphql/types/notes/update_diff_image_position_input_type.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/graphql/types/notes/update_diff_image_position_input_type.rb b/app/graphql/types/notes/update_diff_image_position_input_type.rb
index 1b915b65ae9..ab27f6b9ad3 100644
--- a/app/graphql/types/notes/update_diff_image_position_input_type.rb
+++ b/app/graphql/types/notes/update_diff_image_position_input_type.rb
@@ -3,8 +3,6 @@
module Types
module Notes
# InputType used for updateImageDiffNote mutation.
- #
- # rubocop: disable Graphql/AuthorizeTypes
class UpdateDiffImagePositionInputType < BaseInputObject
graphql_name 'UpdateDiffImagePositionInput'
@@ -32,6 +30,5 @@ module Types
end
end
end
- # rubocop: enable Graphql/AuthorizeTypes
end
end