We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91886fe commit d47b5a8Copy full SHA for d47b5a8
1 file changed
lib/rbslicer/utils/validators.rb
@@ -195,9 +195,6 @@ def valid_keys?
195
if !value.is_a?(Array)
196
raise Exceptions::InvalidQueryException, 'The key \'order\' in '\
197
'query has a invalid value.'
198
- elsif value.nil?
199
- raise Exceptions::InvalidQueryException, 'The key \'order\' in '\
200
- 'query has a null value.'
201
elsif value.empty?
202
203
'query has a empty array.'
0 commit comments