Skip to content

Commit

Permalink
fix readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
arxdsilva committed May 24, 2021
1 parent 68281be commit 0dd17d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ func main() {
}
err = container.EventsService.V2Acknowledge(events)
if err != nil {
fmt.Println("err: ", err)
continue
log.Fatal(err)
}
var newOrdersDetails []orders.OrderDetails
for _, event := range events {
Expand Down

0 comments on commit 0dd17d0

Please sign in to comment.