fix type i broke
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using Core.Models.Eft.Common.Tables;
|
||||
|
||||
namespace Core.Models.Eft.Inventory;
|
||||
|
||||
@@ -18,4 +19,4 @@ public class InventoryEditMarkerRequestData : InventoryBaseActionRequestData
|
||||
|
||||
[JsonPropertyName("mapMarker")]
|
||||
public MapMarker? MapMarker { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user