Skip to content

Commit

Permalink
Merge d53490b into a2a4715
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Oct 12, 2019
2 parents a2a4715 + d53490b commit 5f0ef77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdprocessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (rc *prodGetter) getRecord(ctx context.Context, id int32) ([]*pbrc.Record,
rc.lastUpdate = time.Now()

client := pbrc.NewRecordCollectionServiceClient(conn)
resp, err := client.QueryRecords(ctx, &pbrc.QueryRecordsRequest{Query: &pbrc.QueryRecordsRequest_MasterId{id}})
resp, err := client.QueryRecords(ctx, &pbrc.QueryRecordsRequest{Query: &pbrc.QueryRecordsRequest_ReleaseId{id}})
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 5f0ef77

Please sign in to comment.