Skip to content

Commit e73310b

Browse files
authored
Remove extra comma (#2233)
1 parent bcacc30 commit e73310b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ protected static string CreateMapping(string? inferenceId) =>
252252
"headings": {
253253
"type": "text",
254254
"search_analyzer": "synonyms_analyzer"
255-
},
255+
}
256256
{{(!string.IsNullOrWhiteSpace(inferenceId) ? AbstractInferenceMapping(inferenceId) : AbstractMapping())}}
257257
}
258258
}

0 commit comments

Comments
 (0)