Commit 0b4601f7 authored by Valery Sizov's avatar Valery Sizov

fix rubocop

parent b6e1a52e
......@@ -27,7 +27,7 @@ class ElasticIndexerWorker
query: {
or: [
{ term: { "commit.rid" => record_id } },
{ term: { "blob.rid" => record_id}}
{ term: { "blob.rid" => record_id } }
]
}
}
......
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