Skip to content

Commit

Permalink
Merge pull request #65 from TunNetCom/Optimisation
Browse files Browse the repository at this point in the history
Fix build error
  • Loading branch information
MarwenSaad authored Sep 17, 2024
2 parents 6705ea5 + 9e3875c commit 243cd89
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 243cd89

Please sign in to comment.