From 55e79a6cb8788ad8e8be7faf0988069b4487572b Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 20 Feb 2022 12:16:38 -0800 Subject: [PATCH] Use mode [skip ci] --- lib/searchkick/relation_indexer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/searchkick/relation_indexer.rb b/lib/searchkick/relation_indexer.rb index 0ce72b0..f45fcee 100644 --- a/lib/searchkick/relation_indexer.rb +++ b/lib/searchkick/relation_indexer.rb @@ -25,7 +25,7 @@ module Searchkick end end - if full && async + if mode == :async && full return full_reindex_async(relation) end -- libgit2 0.21.0