Skip to content

Commit

Permalink
fix for a build
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbiel committed Nov 14, 2019
1 parent 72b7d34 commit d71d488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ private BulkDescriptor ToElasticSearchDocs(IEnumerable<ValueSet> docs, string in

protected override void PerformIndexItems(IEnumerable<ValueSet> op, Action<IndexOperationEventArgs> onComplete)
{
if (!IndexExists() && !TempIndexExists())
if (!IndexExists() && !TempIndexExists() && _isUmbraco)
{
return;
}
Expand Down

0 comments on commit d71d488

Please sign in to comment.