Skip to content

Commit 581da2f

Browse files
authored
fix: #804 (#807)
1 parent 966ee68 commit 581da2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

batch.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ type Batch struct {
6565
Endpoint BatchEndpoint `json:"endpoint"`
6666
Errors *struct {
6767
Object string `json:"object,omitempty"`
68-
Data struct {
68+
Data []struct {
6969
Code string `json:"code,omitempty"`
7070
Message string `json:"message,omitempty"`
7171
Param *string `json:"param,omitempty"`

0 commit comments

Comments
 (0)