Commit c3f652c8 authored by Igor Drozdov's avatar Igor Drozdov

Merge branch 'fix-unitialized-constant-bool-expr' into 'master'

Fix uninitialized constant Elastic::BoolExpr

See merge request gitlab-org/gitlab!43671
parents 0ce0f696 64bdb212
......@@ -120,7 +120,7 @@ module Elastic
filter :blob, field: :oid
end
bool_expr = Gitlab::Elastic::BoolExpr.new
bool_expr = ::Gitlab::Elastic::BoolExpr.new
query_hash = {
query: { bool: bool_expr },
size: per,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment