Fix enum for WS
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Core.Models.Eft.Ws;
|
||||
public record WsNotificationEvent
|
||||
{
|
||||
[JsonPropertyName("type")]
|
||||
[JsonConverter(typeof(JsonStringEnumConverter))]
|
||||
public NotificationEventType? EventType { get; set; }
|
||||
|
||||
[JsonPropertyName("eventId")]
|
||||
|
||||
Reference in New Issue
Block a user