Skip to content

Commit

Permalink
Fixed UserStatus enum
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnmbond committed May 21, 2024
1 parent 68d9cb0 commit 4e40afa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LogicMonitor.Api/Users/UserStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/// <summary>
/// The users status
/// </summary>
[JsonConverter(typeof(StringEnumConverter))]
public enum UserStatus
{
/// <summary>
Expand Down

0 comments on commit 4e40afa

Please sign in to comment.