Fix enum for WS

This commit is contained in:
CWX
2025-01-17 18:38:43 +00:00
parent 4fbd75b9f5
commit 9421070406
@@ -5,6 +5,7 @@ namespace Core.Models.Eft.Ws;
public record WsNotificationEvent
{
[JsonPropertyName("type")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public NotificationEventType? EventType { get; set; }
[JsonPropertyName("eventId")]