Commit dfb8cb9e authored by Valery Sizov's avatar Valery Sizov

Uninitialized constant ElasticIndexerWorker::Clien

parent 31a87ef8
......@@ -7,6 +7,7 @@ v 8.10.0 (unreleased)
- Prevent the author of an MR from being on the approvers list
- Isolate EE LDAP library code in EE module (Part 1) !511
- Make Elasticsearch indexer run as an async task
- Fix of removing wiki data from index when project is deleted
v.8.9.7 (unreleased)
- Fix error in admin dashboard when Geo is enabled and current node is nil.
......
......@@ -46,7 +46,7 @@ class ElasticIndexerWorker
})
# Remove wiki index
Client.delete_by_query({
client.delete_by_query({
index: ProjectWiki.__elasticsearch__.index_name,
body: {
query: {
......
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