Commit 895b4fd00184d83f41721ad01908dc7ea40c8d08
1 parent
ea84e85d
Exists in
master
and in
18 other branches
Mode: true -> :inline [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/searchkick/reindex_v2_job.rb
@@ -30,7 +30,7 @@ module Searchkick | @@ -30,7 +30,7 @@ module Searchkick | ||
30 | record.id = id | 30 | record.id = id |
31 | end | 31 | end |
32 | 32 | ||
33 | - RecordIndexer.new(record).reindex(method_name, mode: true) | 33 | + RecordIndexer.new(record).reindex(method_name, mode: :inline) |
34 | end | 34 | end |
35 | end | 35 | end |
36 | end | 36 | end |