From 924e00f0d20f01a878eaa9987141c4edfc4f9246 Mon Sep 17 00:00:00 2001 From: CWX Date: Tue, 11 Nov 2025 09:51:22 +0000 Subject: [PATCH] Remove Duplicate Prop --- .../SPTarkov.Server.Core/Models/Eft/Ws/WsNotificationPopup.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Libraries/SPTarkov.Server.Core/Models/Eft/Ws/WsNotificationPopup.cs b/Libraries/SPTarkov.Server.Core/Models/Eft/Ws/WsNotificationPopup.cs index 71b9e17c..e7af069b 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Eft/Ws/WsNotificationPopup.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Eft/Ws/WsNotificationPopup.cs @@ -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; }