Skip to content

Commit

Permalink
fix json tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagleft committed Feb 3, 2022
1 parent d43d687 commit 1bccd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ type APIPairsData struct {

// PairsDataContainer - ..
type PairsDataContainer struct {
Pair PairData `json:"pairs"`
Pair PairData `json:"pair"`
MarketData MarketDataContainer `json:"data_market"`
}

Expand Down

0 comments on commit 1bccd89

Please sign in to comment.