diff options
Diffstat (limited to 'LibMatrix/WhoAmIResponse.cs')
-rw-r--r-- | LibMatrix/WhoAmIResponse.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibMatrix/WhoAmIResponse.cs b/LibMatrix/WhoAmIResponse.cs index 3884b1d..4eb5f2e 100644 --- a/LibMatrix/WhoAmIResponse.cs +++ b/LibMatrix/WhoAmIResponse.cs @@ -10,4 +10,4 @@ public class WhoAmIResponse { public string? DeviceId { get; set; } [JsonPropertyName("is_guest")] public bool? IsGuest { get; set; } -} \ No newline at end of file +} |