mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
fixed warnings
This commit is contained in:
@@ -8,6 +8,9 @@ public record UserDisplayModel
|
||||
[property: JsonPropertyName("html_url")]
|
||||
string HtmlUrl,
|
||||
|
||||
[property: JsonPropertyName("anonymous_id")]
|
||||
string AnonymousId,
|
||||
|
||||
[property: JsonPropertyName("id")]
|
||||
ulong? Id = null,
|
||||
|
||||
@@ -18,8 +21,5 @@ public record UserDisplayModel
|
||||
string? DisplayName = null,
|
||||
|
||||
[property: JsonPropertyName("pronouns")]
|
||||
string? Pronouns = null,
|
||||
|
||||
[property: JsonPropertyName("anonymous_id")]
|
||||
string AnonymousId = null
|
||||
string? Pronouns = null
|
||||
);
|
||||
Reference in New Issue
Block a user