Skip to content

Commit

Permalink
refactor: remove redundant nullability suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaVetnic committed Jan 25, 2024
1 parent f82fdb5 commit 166c3f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ public void CreateMappings(Profile configuration)

public class LastLoginInformation
{
public required DateTime? Time { get; set; }
public required DateTime Time { get; set; }
}

0 comments on commit 166c3f3

Please sign in to comment.