Skip to content

Commit

Permalink
Fixed restClient.GeneralApi.SimpleEarn.GetLockedProductPositionsAsync…
Browse files Browse the repository at this point in the history
… deserialization
  • Loading branch information
JKorf committed Dec 3, 2024
1 parent 2b4d9d3 commit eb0f0e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public record BinanceSimpleEarnLockedPosition
/// <summary>
/// Position id
/// </summary>
[JsonPropertyName("positionId")]
[JsonPropertyName("positionId"), JsonConverter(typeof(NumberStringConverter))]
public string PositionId { get; set; } = string.Empty;
/// <summary>
/// Project id
Expand Down

0 comments on commit eb0f0e1

Please sign in to comment.