summaryrefslogtreecommitdiff
path: root/app/graphql/types/range_input_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/range_input_type.rb')
-rw-r--r--app/graphql/types/range_input_type.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/graphql/types/range_input_type.rb b/app/graphql/types/range_input_type.rb
index b75c3669fbf..e31b8ecd811 100644
--- a/app/graphql/types/range_input_type.rb
+++ b/app/graphql/types/range_input_type.rb
@@ -1,7 +1,6 @@
# frozen_string_literal: true
module Types
- # rubocop: disable Graphql/AuthorizeTypes
class RangeInputType < BaseInputObject
def self.[](type, closed = true)
@subtypes ||= {}
@@ -25,5 +24,4 @@ module Types
to_h
end
end
- # rubocop: enable Graphql/AuthorizeTypes
end