author on Model is now made nullable (#214)

This commit is contained in:
Jedd Morgan
2025-01-24 12:09:12 +00:00
committed by GitHub
parent 93912d6712
commit ee10e9d3fc
+1 -1
View File
@@ -2,7 +2,7 @@
public class Model
{
public LimitedUser author { get; init; }
public LimitedUser? author { get; init; }
public DateTime createdAt { get; init; }
public string? description { get; init; }
public string displayName { get; init; }