Skip to content

Commit

Permalink
Error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkamo committed Mar 19, 2024
1 parent 78ad491 commit c275d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/swap/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func main() {
}

if quoteResponse.JSON200 == nil {
panic("invalid response")
panic("invalid GetQuoteWithResponse response")
}

quote := quoteResponse.JSON200
Expand Down

0 comments on commit c275d89

Please sign in to comment.