Skip to content

Commit 252c851

Browse files
committed
Fix
1 parent 36ad2a9 commit 252c851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Exporters/Elasticsearch/ElasticsearchMarkdownExporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class ElasticsearchMarkdownExporter : IMarkdownExporter, IDisposable
3737
private readonly DateTimeOffset _batchIndexDate = DateTimeOffset.UtcNow;
3838
private readonly DistributedTransport _transport;
3939
private IngestStrategy _indexStrategy;
40-
private string _indexNamespace;
40+
private readonly string _indexNamespace;
4141
private string _currentLexicalHash = string.Empty;
4242
private string _currentSemanticHash = string.Empty;
4343

0 commit comments

Comments
 (0)