Skip to content

Commit

Permalink
fix: fix typo in Visible JsonProperty name for CasdoorAccountItem (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
theburyat authored Aug 1, 2023
1 parent 0d8d394 commit 29c1450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Casdoor.Client/Models/CasdoorOrganization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class CasdoorAccountItem
[JsonPropertyName("name")]
public string? Name { get; set; }

[JsonPropertyName("visibles")]
[JsonPropertyName("visible")]
public bool? Visible { get; set; }

[JsonPropertyName("viewRule")]
Expand Down

0 comments on commit 29c1450

Please sign in to comment.