Skip to content

Commit 8d5b667

Browse files
committed
fix
1 parent 65451d7 commit 8d5b667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Communications/SimApiLoginItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace SimApi.Communications;
77
/// </summary>
88
public class SimApiLoginItem
99
{
10-
public string Id { get; set; } = null!;
10+
public required string Id { get; set; }
1111
public string[] Type { get; set; } = ["user"];
1212
public Dictionary<string, string> Meta { get; set; } = [];
1313
public object? Extra { get; set; }

0 commit comments

Comments
 (0)