mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 07:40:13 +01:00
Notification Date notnull
This commit is contained in:
parent
e1bfdd675b
commit
d6b0e3a366
@ -15,5 +15,5 @@ public class Notification(string title, string message = "", NotificationUrgency
|
||||
|
||||
public string Message { get; init; } = message;
|
||||
|
||||
public DateTime? Date { get; init; } = date ?? DateTime.UtcNow;
|
||||
public DateTime Date { get; init; } = date ?? DateTime.UtcNow;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user