Skip to content

Commit

Permalink
Populate Template field from Elasticsearch recipe (#17195)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek authored Dec 9, 2024
1 parent fb248a9 commit fdc39f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public override Task UpdatingAsync(UpdatingQueryContext context)

private static Task UpdateQueryAsync(DataQueryContextBase context)
{
if (context.Query.Source == ElasticsearchQuerySource.SourceName)
if (context.Query.Source != ElasticsearchQuerySource.SourceName)
{
return Task.CompletedTask;
}
Expand Down

0 comments on commit fdc39f2

Please # to comment.