diff --git a/API/Schema/Notification.cs b/API/Schema/Notification.cs index a28aa5c..6b0a3f0 100644 --- a/API/Schema/Notification.cs +++ b/API/Schema/Notification.cs @@ -16,4 +16,6 @@ public class Notification(string title, string message = "", NotificationUrgency public string Message { get; init; } = message; public DateTime Date { get; init; } = date ?? DateTime.UtcNow; + + public Notification() : this("") { } } \ No newline at end of file