We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8d49bb + 6dd9507 commit dac0fa6Copy full SHA for dac0fa6
1 file changed
lib/rbslicer/utils/validators.rb
@@ -178,9 +178,6 @@ def valid_keys?
178
if !value.is_a?(Integer)
179
raise Exceptions::InvalidQueryException, 'The key \'limit\' in '\
180
'query has a invalid value.'
181
- elsif value > 100
182
- raise Exceptions::InvalidQueryException, 'The field \'limit\' has '
183
- 'a value max of 100.'
184
end
185
elsif key == "fields"
186
if !value.is_a?(Array)
0 commit comments