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, 1 insertions, 1 deletions
diff --git a/app/graphql/types/range_input_type.rb b/app/graphql/types/range_input_type.rb
index 9580b37d6c0..15b8121da93 100644
--- a/app/graphql/types/range_input_type.rb
+++ b/app/graphql/types/range_input_type.rb
@@ -21,7 +21,7 @@ module Types
raise ::Gitlab::Graphql::Errors::ArgumentError, 'start must be before end'
end
- to_h
+ super
end
end
end