There was an error while loading. Please reload this page.
1 parent 65451d7 commit 8d5b667Copy full SHA for 8d5b667
1 file changed
Communications/SimApiLoginItem.cs
@@ -7,7 +7,7 @@ namespace SimApi.Communications;
7
/// </summary>
8
public class SimApiLoginItem
9
{
10
- public string Id { get; set; } = null!;
+ public required string Id { get; set; }
11
public string[] Type { get; set; } = ["user"];
12
public Dictionary<string, string> Meta { get; set; } = [];
13
public object? Extra { get; set; }
0 commit comments