Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
msaad committed Sep 17, 2024
1 parent 5c5f12b commit 9e3875c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class UserOrganization
public string AccountId { get; set; } = string.Empty;

[JsonProperty("accountUri")]
public Uri? AccountUri { get; set; };
public Uri? AccountUri { get; set; }

[JsonProperty("accountName")]
public string AccountName { get; set; } = string.Empty;
Expand Down

0 comments on commit 9e3875c

Please sign in to comment.