Skip to content

Commit

Permalink
revert incorrect type for brand_code
Browse files Browse the repository at this point in the history
  • Loading branch information
havan committed Jan 15, 2024
1 parent 9f834e5 commit 1e426a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ message TransportSearchParameters {

// One or more brand codes or distribution channels for which assigned product is
// to be included in the search response
repeated cmp.types.v1alpha1.ProductCode brand_code = 6;
repeated string brand_code = 6;

// The maximum number of segments a trip might be containing, if only a direct
// flight, transfer, or train journey the maximum number of segments is set to
Expand Down

0 comments on commit 1e426a2

Please sign in to comment.