Skip to content

Commit

Permalink
(fix) Fix in derivative trades example
Browse files Browse the repository at this point in the history
  • Loading branch information
abel committed Nov 7, 2023
1 parent 10771e6 commit 21d896b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/exchange/derivatives/12_Trades/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func main() {

res, err := exchangeClient.GetDerivativeTrades(ctx, req)
if err != nil {
fmt.Println(err)
panic(err)
}

str, _ := json.MarshalIndent(res, "", " ")
Expand Down

0 comments on commit 21d896b

Please sign in to comment.