review(bp): doc fixes + sales_period_info non-nullable + drop checked cast + TODO
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -16,7 +16,8 @@ public class BattlePassItemListResponse
|
||||
|
||||
[JsonPropertyName("sales_period_info")]
|
||||
[Key("sales_period_info")]
|
||||
public BattlePassSalesPeriodInfoDto? SalesPeriodInfo { get; set; }
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
|
||||
public BattlePassSalesPeriodInfoDto SalesPeriodInfo { get; set; } = new();
|
||||
|
||||
[JsonPropertyName("products")]
|
||||
[Key("products")]
|
||||
|
||||
Reference in New Issue
Block a user