Skip to content

Commit

Permalink
fix: #804 (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiixy authored Jul 28, 2024
1 parent 966ee68 commit 581da2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type Batch struct {
Endpoint BatchEndpoint `json:"endpoint"`
Errors *struct {
Object string `json:"object,omitempty"`
Data struct {
Data []struct {
Code string `json:"code,omitempty"`
Message string `json:"message,omitempty"`
Param *string `json:"param,omitempty"`
Expand Down

0 comments on commit 581da2f

Please sign in to comment.