Skip to content

Commit

Permalink
BF
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwilliams committed Oct 11, 2023
1 parent fc1ff6a commit a227341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise/server/raft/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ func (rc *RaftCache) Reader(ctx context.Context, r *rspb.ResourceName, uncompres
var rsp *rfpb.GetMultiResponse
err = rc.sender.Run(ctx, fileMetadataKey, func(c rfspb.ApiClient, h *rfpb.Header) error {
req := &rfpb.GetMultiRequest{
Header: h,
Header: h,
FileRecords: []*rfpb.FileRecord{fileRecord},
}
r, err := c.GetMulti(ctx, req)
Expand Down

0 comments on commit a227341

Please sign in to comment.