Add nullable support
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Prospect.Server.Api.Models.CloudScript.Data;
|
||||
public class FYFactionContractData
|
||||
{
|
||||
[JsonPropertyName("contractId")]
|
||||
public string ContractId { get; set; }
|
||||
public string ContractId { get; set; } = null!;
|
||||
|
||||
[JsonPropertyName("contractIsLockedDueToLowFactionReputation")]
|
||||
public bool ContractIsLockedDueToLowFactionReputation { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user