Skip to content

Commit

Permalink
Merge branch 'hotfix/0.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Jun 1, 2020
2 parents 5a02fd3 + c79703a commit 1bfd56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ZoomNet/Models/Registrant.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public class Registrant
/// <summary>
/// Gets or sets the status.
/// </summary>
[JsonProperty(PropertyName = "comments")]
[JsonProperty(PropertyName = "status")]
public RegistrantStatus Status { get; set; }

/// <summary>
Expand Down

0 comments on commit 1bfd56b

Please sign in to comment.