Skip to content

Commit 06bde09

Browse files
committed
update batch api example
1 parent db1916a commit 06bde09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/batch/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func main() {
1818
if err != nil {
1919
log.Fatal(err)
2020
}
21-
fmt.Printf("batchID: %+v\n", response.ID)
21+
fmt.Printf("batchID: %s\n", response.ID)
2222

2323
// retrieve Batch
2424
//batchID := "batch_XXXXXXXXXXXXX"

0 commit comments

Comments
 (0)