Skip to content

Commit

Permalink
Merge pull request #52 from rinchsan/fix-lint-failures
Browse files Browse the repository at this point in the history
  • Loading branch information
rinchsan authored Sep 24, 2023
2 parents 52424ec + 378f62b commit 57eb89b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func (api api) do(ctx context.Context, jwt, path string, requestBody interface{}
if resp != nil {
traceID = resp.Header.Get("x-b3-traceid")
}

return 0, "", fmt.Errorf("http: %w: x-b3-traceid: %s", err, traceID)
}
defer resp.Body.Close()
Expand Down

0 comments on commit 57eb89b

Please sign in to comment.