Skip to content

Commit 5531904

Browse files
authored
Removed unused JsonIgnore (#7735)
1 parent f181ca7 commit 5531904

File tree

1 file changed

+0
-1
lines changed
  • src/Elastic.Clients.Elasticsearch/Core/Infer/Field

1 file changed

+0
-1
lines changed

src/Elastic.Clients.Elasticsearch/Core/Infer/Field/Field.cs

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public Field(PropertyInfo property, double? boost = null, string format = null)
7373
/// </remarks>
7474
public string? Format { get; set; }
7575

76-
[JsonIgnore]
7776
internal bool CachableExpression { get; }
7877

7978
/// <summary>

0 commit comments

Comments
 (0)