Fixed client/ragfair/offer/findbyid endpoint failure
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
using System.Text.Json.Serialization;
|
using System.Text.Json.Serialization;
|
||||||
|
using SPTarkov.Server.Core.Models.Utils;
|
||||||
|
|
||||||
namespace SPTarkov.Server.Core.Models.Eft.Ragfair;
|
namespace SPTarkov.Server.Core.Models.Eft.Ragfair;
|
||||||
|
|
||||||
public record GetRagfairOfferByIdRequest
|
public record GetRagfairOfferByIdRequest : IRequestData
|
||||||
{
|
{
|
||||||
[JsonPropertyName("id")]
|
[JsonPropertyName("id")]
|
||||||
public int? Id { get; set; }
|
public int? Id { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user