Skip to content

Commit

Permalink
Fix JSON property name
Browse files Browse the repository at this point in the history
  • Loading branch information
arlowatts committed Nov 28, 2023
1 parent 63a8e7d commit adfd80f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Hl7v2Authorization
/// <summary>
/// Gets the list of segment fields that are allowed to be logged.
/// </summary>
[JsonPropertyName("MessageSegments")]
[JsonPropertyName("LoggableSegments")]
public IList<string> LoggableSegments { get; } = new List<string>();

/// <summary>
Expand Down

0 comments on commit adfd80f

Please sign in to comment.