Skip to content

Commit

Permalink
fix unmarshal
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocthanh1389 committed May 10, 2024
1 parent fd354d9 commit 2439c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/savings_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ type FlexibleRewardHistoryResponse struct {
type FlexibleRewardHistory struct {
Asset string `json:"asset,omitempty"`
Rewards string `json:"rewards,omitempty"`
ProjectID string `json:"projectId,omitempty"`
ProjectID string `json:"productId,omitempty"`
Typ string `json:"type,omitempty"`
Time int64 `json:"time,omitempty"`
}

0 comments on commit 2439c2e

Please sign in to comment.