Remove Duplicate Prop

This commit is contained in:
CWX
2025-11-11 09:51:22 +00:00
parent 5617cb1586
commit 924e00f0d2
@@ -5,9 +5,6 @@ namespace SPTarkov.Server.Core.Models.Eft.Ws;
public record WsNotificationPopup : WsNotificationEvent
{
[JsonPropertyName("eventId")]
public MongoId EventId { get; set; }
[JsonPropertyName("image")]
public string Image { get; set; }