Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel authored Jun 10, 2024
1 parent dbdc179 commit 883125d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func main() {
panic(err)
}

err = client.WaitQueryJSON(ctx, query.ID, job, nil, &buf)
err = client.WaitQueryJSON(ctx, query.ID, job, nil, &buf)

if err != nil {
panic(err)
Expand Down

0 comments on commit 883125d

Please sign in to comment.