Skip to content

Commit ad6de3c

Browse files
committed
Fix
1 parent eac4ee6 commit ad6de3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Documentation/Links/LinkReferenceRegistry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public record LinkReferenceRegistry
1515
public required Dictionary<string, Dictionary<string, LinkRegistryEntry>> Repositories { get; init; }
1616

1717
[JsonIgnore]
18-
public required string? ETag { get; init; }
18+
public string? ETag { get; init; }
1919

2020
public LinkReferenceRegistry WithLinkRegistryEntry(LinkRegistryEntry entry)
2121
{

0 commit comments

Comments
 (0)