Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.
Prev Previous commit
Update esdb/client.go
Co-authored-by: Yo Eight <yo.eight@gmail.com>
  • Loading branch information
itgram and YoEight authored Nov 12, 2024
commit 8da4cb119409c8a6193ebb71f6bd0bc2519df52b
2 changes: 1 addition & 1 deletion esdb/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ func readInternal(
if err != nil {
defer cancel()

err = client.grpcClient.handleError(handle, headers, trailers, err)
err = client.grpcClient.handleError(handle, trailers, err)
return nil, fmt.Errorf("could not construct read operation. Reason: %w", err)
}

Expand Down